Filter löschen
Filter löschen

What is the complexity for solving linear equations?

5 Ansichten (letzte 30 Tage)
Parikshit Pareek
Parikshit Pareek am 17 Feb. 2017
Kommentiert: Walter Roberson am 17 Feb. 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 Kommentar
Walter Roberson
Walter Roberson am 17 Feb. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by