Biostat 216 Homework 6
Due Nov 26 @ 11:59pm
Submit a PDF (scanned/photographed from handwritten solutions, or converted from RMarkdown or Jupyter Notebook) to Gracescope on BruinLearn.
Linear equations, matrix inverses, orthogonal projection
BV exercises
BV 11.5, 11.12, 11.18
Q1
Find the orthogonal projector into the plane spanned by the vectors \(\begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix}\) and \(\begin{pmatrix} -2 \\ 2 \\ 1 \end{pmatrix}\).
Find the orthogonal projection of the point \(\mathbf{1}_3\) into the plane spanned by the vectors \(\begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix}\) and \(\begin{pmatrix} -2 \\ 2 \\ 1 \end{pmatrix}\).
Q2
Matrices that satisfy \(\mathbf{A}' \mathbf{A} = \mathbf{A} \mathbf{A}'\) are said to be normal. Give an example of asymmetric (not symmetric), normal matrix. If \(\mathbf{A}\) is normal, then prove that every vector in \(\mathcal{C}(\mathbf{A})\) is orthogonal to every vector in \(\mathcal{N}(\mathbf{A})\).
Q3
Prove the following facts about triangular and orthogonal matrices.
The product of two upper (lower) triangular matrices is upper (lower) triangular.
The inverse of an upper (lower) triangular matrix is upper (lower) triangular.
The product of two unit upper (lower) triangular matrices is unit upper (lower) triangular.
The inverse of a unit upper (lower) triangular matrix is unit upper (lower) triangular.
An orthogonal upper (lower) triangular matrix is diagonal.
Determinant
Q4
Determinant.
Find the determinant of the following two matrices without doing any computations: \[ \begin{pmatrix} 0 & 0 & 1\\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix}, \quad \begin{pmatrix} 0 & 0 & 1 & 0 \\ 0 & 1 & 0 & 0 \\ 1 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 \end{pmatrix}. \]
Let \(\mathbf{A} \in \mathbb{R}^{5 \times 5}\) with \(\det(\mathbf{A}) = -3\). Find \(\det(\mathbf{A}^3)\), \(\det(\mathbf{A}^{-1})\), and \(\det(2\mathbf{A})\).
Find the determinant of the matrix \(\begin{pmatrix} 0 & 0 & 1 \\ 2 & 3 & 4 \\ 0 & 5 & 6 \end{pmatrix}\).
Eigenvalues and eigenvectors
Q5
Diagonalize (show the steps to find eigenvalues and eigenvectors) \[ \mathbf{A} = \begin{pmatrix} 2 & -1 \\ -1 & 2 \end{pmatrix} \] and compute \(\mathbf{X} \boldsymbol{\Lambda}^k \mathbf{X}^{-1}\) to prove the formula \[ \mathbf{A}^k = \frac 12 \begin{pmatrix} 1 + 3^k & 1 - 3^k \\ 1 - 3^k & 1 + 3^k \end{pmatrix}. \]
Q6
Suppose the eigenvalues of a square matrix \(\mathbf{A} \in \mathbb{R}^{n \times n}\) are \(\lambda_1, \ldots, \lambda_n\). Show that \(\det (\mathbf{A}) = \prod_{i=1}^n \lambda_i\). Hint: \(\lambda_i\)s are roots of the characteristic polynomial.
Q7
Ture of false. For each statement, indicate it is true or false and gives a brief explanation.
If the columns of \(\mathbf{X}\) (eigenvectors of a square matrix \(\mathbf{A}\)) are linearly independent, then (a) \(\mathbf{A}\) is invertible; (b) \(\mathbf{A}\) is diagonalizable; (c) \(\mathbf{X}\) is invertible; (d) \(\mathbf{X}\) is diagonalizable.
If the eigenvalues of \(\mathbf{A}\) are 2, 2, 5 then the matrix is certainly (a) invertible; (b) diagonalizable.
If the only eigenvectors of \(\mathbf{A}\) are multiples of \(\begin{pmatrix} 1 \\ 4 \end{pmatrix}\), then the matrix has (a) no inverse; (b) a repeated eigenvalue; (c) no diagonalization \(\mathbf{X} \boldsymbol{\Lambda} \mathbf{X}^{-1}\).
Q8
Let \(\mathbf{A} \in \mathbb{R}^{m \times n}\) and \(\mathbf{B} \in \mathbb{R}^{n \times m}\). Show that \(\mathbf{A} \mathbf{B}\) and \(\mathbf{B} \mathbf{A}\) share the same non-zero eigenvalues. Hint: examine the eigen-equations.
Q9
Let \[ \mathbf{A} = \begin{pmatrix} 0 & 2 \\ 1 & 1 \end{pmatrix}, \quad \mathbf{B} = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}. \]
Find eigenvalues and eigenvectors of \(\mathbf{A}\) and \(\mathbf{A}^{-1}\). Do they have same eigenvectors? What’s the relationship between their eigenvalues?
Find eigenvalues of \(\mathbf{B}\) and \(\mathbf{A} + \mathbf{B}\). Are eigenvalues of \(\mathbf{A} + \mathbf{B}\) equal to eigenvalues of \(\mathbf{A}\) plus eigenvalues of \(\mathbf{B}\)?
Find eigenvalues of \(\mathbf{A} \mathbf{B}\) and \(\mathbf{B} \mathbf{A}\). Are the eigenvalues of \(\mathbf{A} \mathbf{B}\) equal to eigenvalues of \(\mathbf{A}\) times eigenvalues of \(\mathbf{B}\)? Are the eigenvalues of \(\mathbf{A} \mathbf{B}\) equal to eigenvalues of \(\mathbf{B} \mathbf{A}\)?
Q10
Suppose \(\mathbf{A}\) has eigenvalues 0, 3, 5 with independent eigenvectors \(\mathbf{u}\), \(\mathbf{v}\), \(\mathbf{w}\) respectively.
Give a basis for \(\mathcal{C}(\mathbf{A})\) and a basis for \(\mathcal{N}(\mathbf{A})\).
Find a particular solution to \(\mathbf{A} \mathbf{x} = \mathbf{v} + \mathbf{w}\). Find all solutions.
Show that the linear equation \(\mathbf{A} \mathbf{x} = \mathbf{u}\) has no solution.