Borrar filtros
Borrar filtros

What is the complexity for solving linear equations?

5 visualizaciones (últimos 30 días)
Parikshit Pareek
Parikshit Pareek el 17 de Feb. de 2017
Comentada: Walter Roberson el 17 de Feb. de 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 comentario
Walter Roberson
Walter Roberson el 17 de Feb. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by