Modified Gram-Schmidt QR factorization for matrix inversion

4 vues (au cours des 30 derniers jours)
Hany
Hany le 23 Mai 2014
Commenté : Jan le 23 Mai 2014
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 commentaire
Jan
Jan le 23 Mai 2014
Please do not let us guess, what you observe. What does "doesn't work" exactly mean?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Matrix Decomposition dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by