Description:

  • Given a matrix , we can decompose it to
    • Where is orthornormal matrix
    • is upper triangle matrix

With Gram-Schmidt process:

  1. Convert all column vector of to orthonormal vectors of using Gram-Schmidt Algorithm
  2. Find by