Solve a linear system of equation A

1 回表示 (過去 30 日間)
Dan Smith
Dan Smith 2017 年 11 月 28 日
コメント済み: Star Strider 2017 年 11 月 28 日
I have been set a series of questions as part of my MATLAB coursework, one of them is stated here; "Solve a linear system of equation A

採用された回答

Star Strider
Star Strider 2017 年 11 月 28 日
You will find the mldivide,\ (link) function useful.
  3 件のコメント
Dan Smith
Dan Smith 2017 年 11 月 28 日
so if i simply pluck two singular matrices out of the air and call them A and B, typing mldivide(A,B) will solve this for me?
Star Strider
Star Strider 2017 年 11 月 28 日
If they’re singular, no.
If you want the nullspace of your matrix, use the null (link) function.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by