How to do QR decomposition using Householder method in MATLAB?
17 次查看(过去 30 天)
显示 更早的评论
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/792284/image.png)
How to do QR decomposition of the above matrix using Householder method?
2 个评论
Walter Roberson
2021-11-7
I am pretty sure that the point of the homework is to write your own code to do the QR decomposition.
回答(1 个)
Sreeranjani Sekar
2021-11-9
Refer to the following blog post which gives example and clear understanding on Household Refelection and Household QR factorization with sample code.
1 个评论
Walter Roberson
2021-11-9
I am pretty sure that the point of the homework is to write your own code to do the QR decomposition.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Decomposition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!