Updating the QR decompozition/factorization after a rank 1 modification
Mostrar comentarios más antiguos
I WOULD LIKE TO PREFACE THIS BY APOLOGIZING FOR ASKING FOR HOMEWORK SOLUTIONS.
I have this really difficult college project to make and I am literally out of ideas.
Our professor gave each and everyone of us a different homework and mine sounds like this:
Please write the code for updating the QE decomposition of a matrix A sized m*n(where m>n) after a rank 1 modification (A becomes B=A+u*v' where u and v are m respectively n sized given vectors). I have attended all seminars and lectures and labs and the professor never talked about this process of updating the QR decomposition and I have no ideea how to do it.
Respuestas (1)
Steven Lord
el 19 de Dic. de 2018
0 votos
See the Algorithms section of the documentation page for the qrupdate function. Your library likely has the text referenced.
1 comentario
First Last
el 20 de Dic. de 2018
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!