Lecture 1
 
 
[ view ]
 
THE QR DECOMPOSITION: This lecture introduces the QR decomposition and relates it to Gram-Schmidt orthogonalization.
 
MATLAB COMMANDS
QR
 
Lecture 2
 
 
[ view ]
 
QR & PROJECTORS: This lecture introduces a formulation of QR decomposition in terms of projectors.
 
Lecture 3
 
 
[ view ]
 
QR & HOUSEHOLDER TRIANGULARIZATION: This lecture introduces a formulation of QR decomposition in terms of Householder reflectors for triangularization of a matrix.
 
MATLAB CODE