Matrix Independance
1 次查看(过去 30 天)
显示 更早的评论
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
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
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!