rank() computation cost
9 次查看(过去 30 天)
显示 更早的评论
Hi, does anyone knows which is the computational cost of getting the rank of a matrix through the rank(M) command? (It would be extremelly usefull to have the order of the command using the Big O notation.
Thank you in advance!
Nicolas
0 个评论
采纳的回答
Shanmukha Voggu
2021-12-3
编辑:Shanmukha Voggu
2021-12-3
5 个评论
Walter Roberson
2021-12-6
I was wondering! max(m, n) *min(m, n) as was posted before is the same as m*n, and I couldn't figure out why someone would bother writing it the long way!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!