Description
Problem 1:
Find the orthogonal projector P onto range(A) where
π΄ = [
1 β1
0 2
1 1
]
What is the nullspace of P? What is the image under P of the vector [3 3 0]
π
?
Problem 2:
Let A be π Γ π matrix with π > π , and let
A = Q
Λ
R
Λ
be a reduced QR factorization. Show that
A has full rank if and only if all the diagonal entries of
R
Λ
are nonzero.
Problem 3:
Using Gram-Schmidt orthogonalization compute the QR factorization of the following matrix
π΄ = [
1 0 2
β2 3 β4
β2 6 5
]
Problem 4: Show that if P is a projector, then βπβ2 β₯ 1.
(Hint: For (a), take an arbitrary vector and decompose as π₯ = ππ₯ + (πΌ β π)π₯. Use the triangle
inequality to conclude that βπ₯β2 β€ βππ₯β2 . Now use the definition of βπβ2 to conclude the
result.)

