rank() computation cost
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Nicolas Mira Gebauer
il 30 Nov 2021
Commentato: Walter Roberson
il 6 Dic 2021
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 Commenti
Risposta accettata
Shanmukha Voggu
il 3 Dic 2021
Modificato: Shanmukha Voggu
il 3 Dic 2021
5 Commenti
Walter Roberson
il 6 Dic 2021
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!
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Linear Algebra in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!