qr関数のアルゴリズムを教えてください。
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
pythonとMATLABでQR分解結果を比較すると一致せず困っています。
そこでMATLABにあるqr関数のアルゴリズムを教えていただけますでしょうか。
1 commentaire
Kenjiro Sugimoto
le 17 Mai 2024
念のため確認させてください。その分解対象の行列は正則でしょうか? 正則行列であればQR分解の結果は一意に定まるようです(ただし要素の符号を揃える操作が必要)が、そうでない場合は一意でないため計算結果が一致しないほうが自然に思えます。
Réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!