Matrix Independance

1 visualización (últimos 30 días)
William
William el 17 de Sept. de 2011
Is there an efficient way to figure out if a matrix is dependent or linearly independent?
perhaps a function or something?
Thanks
  1 comentario
Greg Heath
Greg Heath el 7 de Oct. de 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

Iniciar sesión para comentar.

Respuesta aceptada

Andrew Newell
Andrew Newell el 17 de Sept. de 2011
You can use rank.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by