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