MMiDS 2.3: Self-Assessment Quiz

Let q1,,qm be an orthonormal list of vectors in Rn. Which of the following is the orthogonal projection of a vector vRn onto span(q1,,qm)?

What is the relationship between the dimensions of a linear subspace U of Rn and its orthogonal complement U?

For a given subspace URn and vector vRn, the orthogonal decomposition states that:

Let U be a linear subspace of Rn and let vRn. Which of the following is the unique decomposition of 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 projUv of a vector v onto a subspace U?

What is the interpretation of the linear least squares problem Axb 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?