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:

\[\begin{equation*} \mathrm{proj}_Y(\pmb{x}) = P\pmb{x}, \quad \text{where} \quad P = \begin{bmatrix} 1/2 & 0 & 1/2 & 0 \\ 0 & 1/2 & 0 & 1/2 \\ 1/2 & 0 & 1/2 & 0 \\ 0 & 1/2 & 0 & 1/2 \end{bmatrix}. \end{equation*}\]

Question a#

Determine the image space \(\operatorname{im}(\mathrm{proj}_Y)\) and the null space/kernel \(\ker(\mathrm{proj}_Y)\).

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?