フィルターのクリア

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 Center および File ExchangeLinear Algebra についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by