Section04 Orthonormal Bases and Gram-Schmidt

  • Why orthogonality?
    1. The dot product of two orthogonal vectors is zero.
    2. When the columns of are orthonal to each other. The result of is a diagonal matrix.
    3. It's easier to compute the solution to
  • Orthonormal
    1. orthonal unit vectors.
    2. The vector are orthonormal if
    3. A matrix with orthonormal columns is denoted as .
      • When is square, means that : transpose = inverse.
      • Multiplication by any orthonormal matrix , lengths and angles don't change. ()
  • Three types orthonormal matrix
    1. Rotation matrix
    2. Permutation Matrix
      • Every permutation matrix is an orthogonal matrix.
    3. Reflection

Projections Using Orthonormal Bases: Replaces

Why

  • When the orthonormal matrix replaces :
  • When is square:
    • Application: Transform: (Break vector or functions into perpendicular pieces.) Fourier series.

The Gram-Schmidt Process

  • Goal: three independent vectors to three orthogonal vectors

Steps

  1. Choosing
  2. Choose whose direcion is perpendicular to . ( subtract its projection along )
  3. Choose whose direction is perpendicular to and . ( subtract its peojection along and )
  4. ......

Idea

  • Subtract from every new vector its projection in the directions already set.

The Factorization

  • is upper triangular matrix, because is orthogonal to the first columns of

Application in LSQ

Properties from Exerciese

  1. If and are orthonormal matrices. Their product is also an orthonormal matrix.
    • proof
  2. The Pivots for must be the squares of diagonal entries of .
  3. is an orthogonal matrix when is an orthogonal matrix.
  4. Reflection matrix
    • Suppose ( and are orthogonal.)
    • Reflection matrix reflect a vector across the hyperplane which is orthogonal to
  5. If is by with rank , it could be factorized as
    • The first columns of () are an orthonormal basis for column space.
    • The last columns of () are an orthonormal basis for left nullspace.

results matching ""

    No results matching ""