This document discusses the QR decomposition method for matrix factorization. It begins by explaining Householder reflections, which are used to zero out elements of a vector or matrix. It then provides instructions to write functions to:
1) Perform a Householder reflection on a vector
2) Calculate the QR decomposition of a matrix by repeatedly applying Householder reflections
3) Improve the QR decomposition method by avoiding forming the Householder matrices explicitly, instead just storing and applying the reflection vectors. Tests are provided to check the functions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
94 views7 pages
9S5Apm6HEemE8A7At5Cb6A Week 2 Householder
This document discusses the QR decomposition method for matrix factorization. It begins by explaining Householder reflections, which are used to zero out elements of a vector or matrix. It then provides instructions to write functions to:
1) Perform a Householder reflection on a vector
2) Calculate the QR decomposition of a matrix by repeatedly applying Householder reflections
3) Improve the QR decomposition method by avoiding forming the Householder matrices explicitly, instead just storing and applying the reflection vectors. Tests are provided to check the functions.