1/4
for linear algebra
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
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.
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).
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.
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.