rank() computation cost
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nicolas Mira Gebauer
le 30 Nov 2021
Commenté : Walter Roberson
le 6 Déc 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 commentaires
Réponse acceptée
Shanmukha Voggu
le 3 Déc 2021
Modifié(e) : Shanmukha Voggu
le 3 Déc 2021
5 commentaires
Walter Roberson
le 6 Déc 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!
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Linear Algebra dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!