Determinant of a Binary Matrix

조회 수: 2 (최근 30일)
CharlesB
CharlesB 2018년 7월 1일
댓글: CharlesB 2018년 7월 2일
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
Walter Roberson
Walter Roberson 2018년 7월 2일
>> which det(ccc)
/Applications/MATLAB_R2018a.app/toolbox/comm/comm/gf.m % gf method
They use specialized routines .
CharlesB
CharlesB 2018년 7월 2일
thank you walter :)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by