1/11
Vocabulary flashcards covering the fundamental concepts of projections in linear algebra, including the derivation of projection matrices, normal equations, and properties of orthogonality.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Projection P (One-Dimensional)
The point on a line through vector a that is closest to a vector b, calculated as P=ax where x=aTaaTb.
Error vector e
The difference between a vector b and its projection P, represented by e=b−P, which is perpendicular to the subspace being projected onto.
Projection matrix P (One-Dimensional)
The n×n matrix that produces a projection onto the line through a, defined by the formula P=aTaaaT.
Symmetry property
A key characteristic of any projection matrix where the matrix equals its own transpose, expressed as PT=P.
Idempotent property
The property of a projection matrix where applying it twice results in the same outcome as applying it once, expressed as P2=P.
Rank 1 Matrix
The rank of a projection matrix that projects vectors onto a one-dimensional line, formed by a column times a row (aaT).
Normal Equations
The system of equations ATAxˉ=ATb derived from the requirement that the error vector must be perpendicular to the column space of A.
xˉ (Best estimated solution)
The combination of columns that produces the best possible solution in an overdetermined system, defined as xˉ=(ATA)−1ATb.
Projection matrix P (n-Dimensional)
The matrix that projects a vector onto a higher-dimensional subspace (the column space of A), calculated as P=A(ATA)−1AT.
Column Space of P
The space consisting of all possible results when multiplying a vector by the projection matrix P, which is the line through a or the column space of A.
Null Space of AT
The subspace where the error vector e resides, determined by the equation ATe=0, which confirms e is perpendicular to the column space of A.
Line Fitting (Least Squares)
The application of projections to find the best straight line b=C+Dt that fits a set of data points not lying on a single line.