Exercises – Short Day#


Exercise 1: Diagonalization of a \(2\times 2\) Matrix#

We are given the matrix:

\[\begin{split}{\mathbf A}=\left[\begin{array}{cc} 9 & -6\\ 8 & -7 \end{array}\right] \in \mathbb{R}^{2 \times 2}.\end{split}\]

Investigate whether \(\mathbf A\) can be diagonalized, and if so then state an invertible matrix \(\mathbf Q\) and a diagonal matrix \(\mathbf{D}\), such that

\[\mathbf{D}={\mathbf Q}^{-1}\cdot\mathbf A\cdot\mathbf Q.\]

Exercise 2: Diagonalization of a Linear Map#

A linear map \(f: \mathbb{R}^3\rightarrow\ \mathbb{R}^3\) has with respect to the ordered standard basis \(\epsilon\) in \( \mathbb{R}^3 \) the mapping matrix:

\[\begin{split}{\mathbf {}_e [f]_e}=\left[\begin{array}{cc} 1 & 0 & 0\\ 1 & 1 & 1\\ 1 & 0 & 2 \end{array}\right] \in \mathbb{R}^{3 \times 3}.\end{split}\]

Question a#

Can the map \(f\) be diagonalized?

Question b#

Provide an ordered basis \(\beta\) for \(\mathbb{R}^3\) with respect to which the mapping matrix of \(f\) becomes a diagonal matrix. State the change-of-basis matrix \({}_\epsilon [\mathrm{id}_{\mathbb{R}^3}]_\beta \) that switches from \(\beta\)-coordinates to \(\epsilon\)-coordinates.

Question c#

State an invertible matrix \( \mathbf Q\) and a diagonal matrix \( \mathbf{D}\, \) such that

\[\mathbf{D} = {\mathbf Q}^{-1} \cdot {}_\epsilon [f]_\epsilon \cdot {\mathbf Q}.\]

Exercise 3: Diagonalization#

Question a#

We are given the matrix

\[\begin{split}{\mathbf B}=\left[\begin{array}{cc} 3 & 1 & -2 \\ 1 & 3 & 1 \\0 & 0 & 2 \end{array}\right] \in \mathbb{R}^{3 \times 3}.\end{split}\]

Investigate whether \(\mathbf B \) can be diagonalized, and if so then state an invertible matrix \(\mathbf Q \) and a diagonal matrix \(\mathbf{D}\,,\) such that

\[\mathbf{D}={\mathbf Q}^{-1}\cdot\mathbf B\cdot\mathbf Q.\]

Question b#

We are given the matrix

\[\begin{split}{\mathbf C}=\left[\begin{array}{cc} 2 & 0 & 0 \\ 1 & 1 & 1 \\-1 & 1 & 1 \end{array}\right] \in \mathbb{R}^{3 \times 3}.\end{split}\]

Investigate whether \(\mathbf C\) can be diagonalized, and if so then state an invertible matrix \(\mathbf Q\) and a diagonal matrix \(\mathbf{D}\,,\) such that

\[\mathbf{D}={\mathbf Q}^{-1}\cdot\mathbf C\cdot\mathbf Q.\]

Exercise 4: Diagonalization over the Complex Numbers#

We are given the matrix

\[\begin{split}{\mathbf M}=\left[\begin{array}{cc} 3 & 0 & 0 \\ 0 & 1 & -1 \\ 5 & 1 & 1 \end{array}\right] \in \mathbb{C}^{3 \times 3}.\end{split}\]

Question a#

Find eigenvalues and associated complex eigenspaces of \(\mathbf M\,.\)

Question b#

Diagonalize \(\mathbf M\), meaning determine matrices \(\mathbf Q\) and \(\mathbf{D}\) such that:

\[\mathbf{D}={\mathbf Q}^{-1}\,\mathbf M\,\mathbf Q.\]

Exercise 5: Diagonalizable or not?#

Question a#

We are being informed that a real matrix \(\mathbf A\in\mathbb R^{2\times 2}\) has two different real eigenvalues. Is matrix \(\mathbf A\) diagonalizable? In other words, is it possible to find a matrix \(\mathbf Q\in\mathbb R^{2\times 2}\) such that \(\mathbf Q^{-1}\cdot \mathbf A\cdot \mathbf Q\) becomes a diagonal matrix?

Question b#

We are being informed that a real matrix \(\mathbf B\in\mathbb R^{2\times 2}\) has no real eigenvalues. Is matrix \(\mathbf B\) diagonalizable?

Question c#

We are being informed that a real matrix \(\mathbf B\in\mathbb R^{2\times 2}\) has no real eigenvalues. Is matrix \(\mathbf B\) diagonalizable over the complex numbers? In other words, is it possible to find a matrix \(\mathbf Q\in\mathbb C^{2\times 2}\) such that \(\mathbf Q^{-1}\cdot \mathbf B\cdot \mathbf Q\) becomes a diagonal matrix?

Question d#

Give an example of a matrix \(\mathbf C\in\mathbb R^{2\times 2}\) that cannot be diagonalized over the real numbers and also not over the complex numbers


Exercise 6: Linear Map between Polynomial Vector Spaces#

Let \(\mathbb C[Z]\) be a complex vector space consisting of polynomials with complex coefficients. Given a natural number \(n\in\mathbb N\) we define \(V=\mathrm{Span}_{\mathbb C}(1,Z,\ldots,Z^n)\) as the subspace of \(\mathbb C[Z]\) that consists of polynomials of no higher than degree \(n\). We furthermore define a linear map \(L:V\to V\) by the expression \(L(p(Z))=p'(Z)\), where \(p'(Z)\) denotes the derivative of \(p(Z)\).

Question a#

Determine the mapping matrix \({}_m[L]_m\), where \(m\) is an ordered basis for \(V\) given by \(m=(1,Z,\ldots,Z^n).\)

Question b#

Is \(L\) diagonalizable?