MMiDS 2.3: Self-Assessment Quiz

Let \(\mathbf{q}_1, \dots, \mathbf{q}_m\) be an orthonormal list of vectors in \(\mathbb{R}^n\). Which of the following is the orthogonal projection of a vector \(\mathbf{v} \in \mathbb{R}^n\) onto \(\mathrm{span}(\mathbf{q}_1, \dots, \mathbf{q}_m)\)?

What is the relationship between the dimensions of a linear subspace \(U\) of \(\mathbb{R}^n\) and its orthogonal complement \(U^\perp\)?

For a given subspace \(U \subset \mathbb{R}^n\) and vector \(\mathbf{v} \in \mathbb{R}^n\), the orthogonal decomposition states that:

Let \(U\) be a linear subspace of \(\mathbb{R}^n\) and let \(\mathbf{v} \in \mathbb{R}^n\). Which of the following is the unique decomposition of \(\mathbf{v}\) guaranteed by the Orthogonal Decomposition Lemma?

According to the Normal Equations Theorem, what condition must a solution \(x^*\) to the linear least squares problem satisfy?

Under what condition is the solution to the linear least squares problem unique?

Which property characterizes the orthogonal projection \(\mathrm{proj}_U \mathbf{v}\) of a vector \(\mathbf{v}\) onto a subspace \(U\)?

What is the interpretation of the linear least squares problem \(A\mathbf{x} \approx \mathbf{b}\) in terms of the column space of \(A\)?

Which matrix equation must hold true for a matrix \(Q\) to be orthogonal?

Which of the following Python commands can be used to solve a linear system of equations in NumPy?