What is the complexity for solving linear equations?

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 Comment

"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.

Sign in to comment.

Answers (0)

Categories

Find more on Numerical Integration and Differential Equations in Help Center and File Exchange

Asked:

on 17 Feb 2017

Commented:

on 17 Feb 2017

Community Treasure Hunt

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

Start Hunting!