Modified Gram-Schmidt QR factorization for matrix inversion

4 ビュー (過去 30 日間)
Hany
Hany 2014 年 5 月 23 日
コメント済み: Jan 2014 年 5 月 23 日
This Algorithm implements Modified Gram-Schmidt QR factorization. I wanted to use it to implement non-square matrix inversion. I've tested it and it works fine when m>=n. but when m<=n it doesn't. I compare the results with
(inv(transpose(A)*A)*transpose(A)).
is there something wrong with the algorithm? or am I doing something wrong?
  1 件のコメント
Jan
Jan 2014 年 5 月 23 日
Please do not let us guess, what you observe. What does "doesn't work" exactly mean?

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

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by