MATH347: Linear algebra for applications
This assignment is a worksheet of exercises intended as preparation for the Final Examination. You should:
Review Lessons 13 to 24
Set aside 60 minutes to solve these exercises. Each exercise is meant to be solved within 3 minutes. If you cannot find a solution within 3 minutes, skip to the next one.
Check your answers in Matlab. Revisit theory for skipped or incorrectly answered exercies.
Turn in a PDF with your brief handwritten answers that specify your motivation, approach, calculations, answer. It is good practice to start all answers by briefly recounting the applicable definitions.
When constructing a solution follow these steps:
Ask yourself: “what course concept is being verified?”
Identify relevant definitions and include them in your answer.
Briefly describe your approach
Carry out calculations
Present final answer
State \(\boldsymbol{P} \in \mathbb{R}^{3 \times 3}\) that permutes rows (1,2,3) of \(\boldsymbol{A} \in \mathbb{R}^{3 \times 3}\) as rows (2,3,1) through the product \(\boldsymbol{P}\boldsymbol{A}\).
Solution.
Find the inverse of matrix \(\boldsymbol{P}\) from Ex. 1.
Solution.
State \(\boldsymbol{Q} \in \mathbb{R}^{3 \times 3}\) that permutes columns (1,2,3) of \(\boldsymbol{A} \in \mathbb{R}^{3 \times 3}\) as columns (3,1,2) through the product \(\boldsymbol{A}\boldsymbol{Q}\).
Solution.
Find the inverse of marix \(\boldsymbol{Q}\) from Ex. 3.
Solution.
Find the \(L U\) factorization of
Solution.
Find the \(L U\) factorization of
Solution.
Prove that permutation matrices \(\boldsymbol{P}, \boldsymbol{Q}\) from Ex.1,3 are orthogonal matrices.
Solution.
Find the \(Q R\) factorization of
Solution.
Find the eigendecomposition of \(\boldsymbol{R} \in \mathbb{R}^{2 \times 2}\), the matrix of reflection across the first bisector (the \(x = y\) line).
Solution.
Find the SVD of \(\boldsymbol{R} \in \mathbb{R}^{2 \times 2}\), the rotation by angle \(\theta\) matrix.
Solution.
Find the coordinates of \(\boldsymbol{b}= \left[ \begin{array}{lll} 6 & 15 & 24 \end{array} \right]^T\) on the \(\mathbb{R}^3\) basis vectors
Solution.
Solve the least squares problem \(\min_{\boldsymbol{x}} \| \boldsymbol{b}-\boldsymbol{A}\boldsymbol{x} \|\) for
Solution.
Find the line passing closest to points \(\mathcal{D}= \{ (- 2, 3), (- 1, 1), (0, 1), (1, 3), (3, 7) \}\).
Solution.
Find an orthonormal basis for \(C (\boldsymbol{A})\) where
Solution.
With \(\boldsymbol{A}\) from Ex. 4 solve the least squares problem \(\min_{\boldsymbol{x}} \| \boldsymbol{b}-\boldsymbol{A}\boldsymbol{x} \|\) where
Solution.
What is the best approximant \(\boldsymbol{c} \in C (\boldsymbol{A})\) (\(\boldsymbol{A}\) from Ex. 4) of \(\boldsymbol{b}\) from Ex. 5?
Solution.
Find the eigenvalues and eigenvectors of
Solution.
For \(\boldsymbol{A}\) from Ex. 7 find the eigenvalues and eigenvectors of \(\boldsymbol{A}^2\), \(\boldsymbol{A}^{- 1}\), \(\boldsymbol{A}+ 2\boldsymbol{I}\).
Solution.
Is the following matrix diagonalizable?
Solution.
Find the SVD of
Solution.