Matrix Independance
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Is there an efficient way to figure out if a matrix is dependent or linearly independent?
perhaps a function or something?
Thanks
1 Kommentar
Greg Heath
am 7 Okt. 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
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!