rank() computation cost
조회 수: 2 (최근 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!