Determinant of a Binary Matrix

6 visualizaciones (últimos 30 días)
CharlesB
CharlesB el 1 de Jul. de 2018
Comentada: CharlesB el 2 de Jul. de 2018
Say I have the following binary matrix:
A = [1, 0: 1, 1];
Now I want to find the determinant of this binary matrix.
Det_A = det(gf(A,2)); %in gf(2)
Is this a correct implementation in MATLAB to obtain the determinant of a Binary matrix ?
  4 comentarios
Walter Roberson
Walter Roberson el 2 de Jul. de 2018
>> which det(ccc)
/Applications/MATLAB_R2018a.app/toolbox/comm/comm/gf.m % gf method
They use specialized routines .
CharlesB
CharlesB el 2 de Jul. de 2018
thank you walter :)

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by