Linear Algebra: Projections and Least Squares

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering the fundamental concepts of projections in linear algebra, including the derivation of projection matrices, normal equations, and properties of orthogonality.

Last updated 5:34 PM on 8/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Projection PP (One-Dimensional)

The point on a line through vector aa that is closest to a vector bb, calculated as P=axP = ax where x=aTbaTax = \frac{a^T b}{a^T a}.

2
New cards

Error vector ee

The difference between a vector bb and its projection PP, represented by e=bPe = b - P, which is perpendicular to the subspace being projected onto.

3
New cards

Projection matrix PP (One-Dimensional)

The n×nn \times n matrix that produces a projection onto the line through aa, defined by the formula P=aaTaTaP = \frac{aa^T}{a^T a}.

4
New cards

Symmetry property

A key characteristic of any projection matrix where the matrix equals its own transpose, expressed as PT=PP^T = P.

5
New cards

Idempotent property

The property of a projection matrix where applying it twice results in the same outcome as applying it once, expressed as P2=PP^2 = P.

6
New cards

Rank 1 Matrix

The rank of a projection matrix that projects vectors onto a one-dimensional line, formed by a column times a row (aaTaa^T).

7
New cards

Normal Equations

The system of equations ATAxˉ=ATbA^T A \bar{x} = A^T b derived from the requirement that the error vector must be perpendicular to the column space of AA.

8
New cards

xˉ\bar{x} (Best estimated solution)

The combination of columns that produces the best possible solution in an overdetermined system, defined as xˉ=(ATA)1ATb\bar{x} = (A^T A)^{-1} A^T b.

9
New cards

Projection matrix PP (n-Dimensional)

The matrix that projects a vector onto a higher-dimensional subspace (the column space of AA), calculated as P=A(ATA)1ATP = A(A^T A)^{-1} A^T.

10
New cards

Column Space of PP

The space consisting of all possible results when multiplying a vector by the projection matrix PP, which is the line through aa or the column space of AA.

11
New cards

Null Space of ATA^T

The subspace where the error vector ee resides, determined by the equation ATe=0A^T e = 0, which confirms ee is perpendicular to the column space of AA.

12
New cards

Line Fitting (Least Squares)

The application of projections to find the best straight line b=C+Dtb = C + Dt that fits a set of data points not lying on a single line.