Description:

  • 2 n-vectors are orthogonal if
  • Non zero vectors are said to be mutually orthogonal if each vector is orthogonal to all other vectors
    • they are also Linear Independence

Orthonormal:

  • A collections of vectors is said to be orthonormal if for
    • , meaning they are all unit vectors
  • In words, is orthonormal if every element has unit norm, and all elements are orthogonal to eachother
  • A collection of orthonormal vectors form an orthonomal basis for the span of

Orthogonalization:

  • Procedure that finds an orthonormal basis of the span of given vectors.
  • Given vetors , an orthogonalization procedure computes vectors such that
    • where is the dimension of and for
    • and for
    • meaning all the vectors form an orthonormal basis for the span
  • Gram-Schmidt Algorithm