Matrix Independance

조회 수: 1 (최근 30일)
William
William 2011년 9월 17일
Is there an efficient way to figure out if a matrix is dependent or linearly independent?
perhaps a function or something?
Thanks
  댓글 수: 1
Greg Heath
Greg Heath 2011년 10월 7일
Linear independence and linear dependence are
not matrix properties. They are properties of
its rows and columns.
I use both rank and cond (condition number) when
determining the degree of multicollinearity within
a matrix.
Hope this helps.
Greg

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

채택된 답변

Andrew Newell
Andrew Newell 2011년 9월 17일
You can use rank.

추가 답변 (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