Matrix Independance

1 visualizzazione (ultimi 30 giorni)
William
William il 17 Set 2011
Is there an efficient way to figure out if a matrix is dependent or linearly independent?
perhaps a function or something?
Thanks
  1 Commento
Greg Heath
Greg Heath il 7 Ott 2011
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

Accedi per commentare.

Risposta accettata

Andrew Newell
Andrew Newell il 17 Set 2011
You can use rank.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by