Week 3: Closure#
Continue working on the the preparatory exercises and the in-class exercises that you have not yet completed.
Key Concepts#
Vector spaces with inner product and norm
\(\mathbb{R}^n\) and \(\mathbb{C}^n\)
Projections on the line
Projections on subspaces
Orthonormal bases
The Gram-Schmidt procedure
Orthogonal and unitary matrices
If there are still concepts you are unsure about, you should reread the relevant chapters in the textbook or revisit the exercises of the week.
Extra Exercises#
We do not expect you to complete more exercises than those from from the week’s program. The following additional exercises are purely an optional offer for those who want extra practice and challenge.
1: Is this a Projection?#
This exercise continuous from where Exercise III: A Linear Map that is a Projection? in Week 3: Preparation left off. Consider the linear map \(\mathrm{proj}_Y: \mathbb{R}^4 \to \mathbb{R}^4\) given by:
Question a#
Determine the image space \(\operatorname{im}(\mathrm{proj}_Y)\) and the null space/kernel \(\ker(\mathrm{proj}_Y)\).
Answer
We notice that the columns in \(P\) are:
with columns 3 and 4 being repetitions of these. Hence,
The null space can be found by solving \(P\pmb{x}=0\). This will give the conditions:
so
Hence
Question b#
Show that \(P^2 = P\) and that \(P^* = P\). In fact, this shows that \(\mathrm{proj}_Y\) is an orthogonal projection. Think about why \(P^2 = P\) is a reasonable property of a projection matrix.
Question c#
Onto which subspace \(Y\) does \(\mathrm{proj}_Y\) project?
Hint
What can the matrix “reach”? What is the range of the projection?
Answer
\(Y = \operatorname{col}(P) = \operatorname{span}\{(1,0,1,0),\,(0,1,0,1)\}\).