projection and orthogonal matrices

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

for linear algebra

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

What is the length of the projection of vector v onto a unit vector u? Is it equal to their dot product?

The length of the projection is the absolute value of their dot product:
∣proju(v)∣ = ∣v⋅u∣.
The actual dot product v⋅u can be negative (if the angle is >90°), but length is always non-negative.

Key: Projection length requires absolute value; the dot product itself gives a signed scalar.

2
New cards

What does the matrix UUT do when U has orthonormal columns?

  • UUT is the projection matrix onto the column space of U.

  • For any vector y, UUTy projects y orthogonally onto the subspace spanned by U's columns.

  • Key properties:

    • UUT is idempotent (UUT)2=UUT.

    • UUT is symmetric (UUT)T=(UUT).

    • The residual y−UUTy is orthogonal to the subspace.

  • Note: UTU=I (since columns are orthonormal), but UUT≠I unless U is square (i.e., the subspace is the entire space).

3
New cards

Is vvT always a projection matrix for any nonzero vector v?

No, vvT is a projection matrix only if v is a unit vector.
For general v, the correct projection matrix is vvT/vTv.

4
New cards

Does the projection matrix onto a subspace depend on the basis chosen for that subspace?

No, the projection matrix onto a subspace is always the same, no matter which basis you use. It depends only on the subspace, not the basis.

5
New cards