フィルターのクリア

How to solve Ax=b where A is a rectangular matrix for higher order in matlab

9 ビュー (過去 30 日間)
Boni_Pl
Boni_Pl 2020 年 11 月 16 日
編集済み: Bruno Luong 2020 年 11 月 16 日
How to solve Ax=b
Where and b=

採用された回答

Matt J
Matt J 2020 年 11 月 16 日
編集済み: Matt J 2020 年 11 月 16 日
  3 件のコメント
Matt J
Matt J 2020 年 11 月 16 日
A\b will give an exact solution if an exact solution exists. It doesn't matter if A and b are complex.
Bruno Luong
Bruno Luong 2020 年 11 月 16 日
編集済み: Bruno Luong 2020 年 11 月 16 日
In any case A\b provides x "a" least-square solution, i.e., it minimizes
norm(A*x-b).
If solution exists then the minimum is 0, meaning A*x matches exactly b (up to numerical precision error).

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOperating on Diagonal Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by