MMiDS 2.4: Self-Assessment Quiz

Which of the following matrices is upper triangular?

What is the output of the Gram-Schmidt algorithm when applied to a set of linearly independent vectors?

In the QR decomposition \(A = QR\), what properties do the matrices \(Q\) and \(R\) have?

How can the QR decomposition be used to solve the linear least squares problem \(\min_{x \in \mathbb{R}^m} \|Ax - b\|\)?

Which of the following statements about the QR decomposition is true?

Which step is NOT part of the back substitution process to solve \(Rx = b\)?

What is the dimension of a hyperplane in \(\mathbb{R}^m\)?

Which of the following is true about a Householder reflection?

Which of the following is true about a Householder reflection matrix \(H = I_{m \times m} - 2zz^T\)?

How can a sequence of Householder reflections be used to compute a QR decomposition of a matrix \(A\)?

If \(H = I_{m \times m} - 2zz^T\) is a Householder reflection, what is the relationship between \(z\) and the hyperplane \(W\) being reflected across?

If \(Q\) is an orthogonal matrix, which of the following is true for any vectors \(x\) and \(y\)?