필터 지우기
필터 지우기

What is the complexity for solving linear equations?

조회 수: 5 (최근 30일)
Parikshit Pareek
Parikshit Pareek 2017년 2월 17일
댓글: Walter Roberson 2017년 2월 17일
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
Walter Roberson
Walter Roberson 2017년 2월 17일
"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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by