フィルターのクリア

Difference between orth(A) and classical Gram Schmidt

11 ビュー (過去 30 日間)
FW
FW 2021 年 12 月 4 日
回答済み: Steven Lord 2021 年 12 月 4 日
I wanted to know the difference between the classical Gram Schmidt (GS) method and the orth() option in MATLAB. I tried doc and help for orth but it does not mention the procedural difference between GS and orth. If we have set of three vectors v1=[2 2 1]'; v2=[2 1.8 1.1]'; v3=[2 1.6 0.9]'; The numerical output of orth and GS are totally different. Where can we find the procedural details of orth in MATLAB i.e., basically the difference between the two? Thanks.

採用された回答

Steven Lord
Steven Lord 2021 年 12 月 4 日
See the Algorithms section on the documentation page for the orth function.

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by