

subspace W의 orthogonal basis를 normalizing한 set을 의미

- matrix m x n A가 linearly independent columns이면, A=QR로 factorization이 가능
- Q는 Col A의 orthonormal basis m x n matrix 형태
- R은 n x n upper triangular invertible matrix
m x n matirx A와 b가 Rm가 있다. Ax = b의 least-squares solution이 Rn에 x̂이다.

Ax = b의 least-squares solution set은 ATAx = ATb normal equations의 nonempty solution set과 일치하다.




ATA가 invertible과 A의 columns는 linearly independent는 동치이다.

m x n mmatrix A가 linearly independent일 때, A=QR로 factorization이 가능하다. Ax=b equation은 unique least-squares solution을 갖는다.


