How to do QR decomposition using Householder method in MATLAB?
18 views (last 30 days)
Show older comments
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/792284/image.png)
How to do QR decomposition of the above matrix using Householder method?
2 Comments
Walter Roberson
on 7 Nov 2021
I am pretty sure that the point of the homework is to write your own code to do the QR decomposition.
Answers (1)
Sreeranjani Sekar
on 9 Nov 2021
Refer to the following blog post which gives example and clear understanding on Household Refelection and Household QR factorization with sample code.
1 Comment
Walter Roberson
on 9 Nov 2021
I am pretty sure that the point of the homework is to write your own code to do the QR decomposition.
See Also
Categories
Find more on Matrix Decomposition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!