Effacer les filtres
Effacer les filtres

What is the complexity for solving linear equations?

5 vues (au cours des 30 derniers jours)
Parikshit Pareek
Parikshit Pareek le 17 Fév 2017
Commenté : Walter Roberson le 17 Fév 2017
I would like to know about comparison between commands 'mldivide', 'linsolve' and normal division operator '/' and '\' in terms of time taken to solve Ax=b. Also their performance with sparse matrices.
  1 commentaire
Walter Roberson
Walter Roberson le 17 Fév 2017
"mldivide" and "\" are exactly the same thing as each other. mldivide is the formal name of the routine called to implement the \ operator.
"mrdivide" and "/" are exactly the same thing as each other. mrdivide is the formal name of the routine called to implement the / operator.

Connectez-vous pour commenter.

Réponses (0)

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!

Translated by