What is a projection onto subspaces?

  • Recall 1.5 Projection: we can write with parallel to perpendicular to :

    • In general:
      • if W is a subspace of and , we can write , where and is orthoganal to W
  • Simply!

    • We know that and each is one another!
      • so we can just
        • and to get

Orthogonal complement

  • Let W be a subspace of .the orthogoanal complement of W, denoted , is the set of all vectors that are orthogonal to every vector in W.

    • If can be found by writing as rows of matrix A, and taking null(A)

Gram-Schmidt process

  • If we are given basis for which is not orthogonal, how do we transform it to an orthogonal basis for W?

    • The gram-Schmidt process constructs an orthogonal basis as follows
        1. let set ()
        1. let Set . ()
        1. proceed in this manner until all are constructed then is an orthogonal basis for W
        • notice that we are progressively taking perpendicular parts of vectors before adding them to the new set.