2025-09-26¶
If \(A\) is an invertible matrix, then which of the following statements is false?
\(det \left( A \right) = 0\)
\(A x = b\) has a unique solution for any vector \(b\)
\(A^T\) is invertible
The nullspace of \(A\) only contains the vector \(x = 0\)
Answer
a2. Suppose I have used the Gram-Schmidt process to decompose a square matrix \(A\) into an orthonormal matrix \(Q\) and a upper triangular matrix \(R\) such that \(A = Q R\). Which of the following statements is true?
\(R^T R = I\)
\(Q\) is a square matrix
\(A^{-1} = Q^T R^{-1}\)
\(q_i \cdot q_j = 1\) for any two columns of \(Q\)
Answer
b3. Sketch a diagram showing the decomposition of a 2D vector \(a\) into its projection onto a unit vector \(v\), given by \(\left( a \cdot v \right) v\), and the projection orthogonal to the unit vector \(v\), given by \(a - \left( a \cdot v \right) v\). Assume that \(a\) is not parallel or orthogonal to \(v\).