studEE16A
  • Introduction
  • Linear Algebra
    • Linear Equations
      • Description
      • Example Problems
    • Vector Spaces
      • Description
      • Example Problems
    • Inner Products
      • Description
      • Example Problems
    • Determinants
      • Description
      • Example Problems
    • Eigen-everything
      • Description
      • Example Problems
    • Matrices
      • Description
      • Example Problems
    • Least Squares
      • Description
      • Example Problems
    • Gram-Schmidt
      • Description
      • Example Problems
    • Basis
      • Description
      • Example Problems
    • Page Rank
  • Circuits
    • Circuit Basics
    • Capacitance
    • Nodal Analysis
    • Superposition
    • Thevenin and Norton
    • What, When, Where, and Why?
    • Op Amps
Powered by GitBook
On this page

Was this helpful?

  1. Linear Algebra
  2. Gram-Schmidt

Description

PreviousGram-SchmidtNextExample Problems

Last updated 5 years ago

Was this helpful?

Geometrically, the intuition behind Gram-Schmidt is that the difference vector, also called the error vector in least squares, between a vector and its projection onto a subspace are orthogonal to each other.

Projection

In this image, the dotted red line represents the error vector between xāƒ—\vec{x}x and its projection on the subspace. Note that the projection of xāƒ—\vec{x}x and the error vector are orthogonal to each other.

Using this property, we can then construct an orthogonal basis given a set of vectors.