Description:
- Given a matrix , we can decompose it to
- Where is orthornormal matrix
- is upper triangle matrix
With Gram-Schmidt process:
- Convert all column vector of to orthonormal vectors of using Gram-Schmidt Algorithm
- Find by
Search
Nov 22, 20241 min read