Problem 1
In each of the following, exhibit an explicit example or prove that no example is possible.
- A square matrix that is diagonalizable but not diagonal.
- A real square matrix that is not diagonalizable.
- A complex square matrix that is not diagonalizable.
- A complex square matrix with no eigenvectors.
- A diagonalizable matrix whose characteristic polynomial is not equal to its minimal polynomial.
- Matrices that are not similar, but have the same minimal polynomial and characteristic polynomial.
- A complex matrix that is unitary, but not symmetric.
- A non-zero matrix that is both symmetric and skew-symmetric.
- A matrix \(A\) such that \(A^2=A\) but \(A \ne I\).
- A matrix \(A \in \mathrm{M}_2(\mathbb{Q})\) such that \(A^5=I\) but \(A \ne I\).
Solution
- The matrix \(\begin{pmatrix}2&1\\0&3\end{pmatrix}\) is diagonalizable: \[\begin{pmatrix}1&-1\\0&1\end{pmatrix} \begin{pmatrix}2&1\\0&3\end{pmatrix} \begin{pmatrix}1&1\\0&1\end{pmatrix} =\begin{pmatrix}2&0\\0&3\end{pmatrix}.\]
- The matrix \(\begin{pmatrix}0&1\\0&0\end{pmatrix}\) is already in Jordan canonical form, but not diagonal. Thus it is not diagonalizable.
- The same example as part (b) works here (that is not true for every example, however.)
- This is not possible. A square matrix has an eigenvector if and only if its characteristic polynomial has a root. Since the characteristic polynomial must have positive degree and the base field is \(\mathbb{C}\), we must have a root by the fundamental theorem of algebra.
- The \(2\times 2\) identity matrix has characteristic polynomial \(\chi(t)=(t-1)^2\) but minimal polynomial \(m(t)=(t-1)\).
- Consider the following two matrices: \[A=\begin{pmatrix} 2 & 1 & 0 & 0\\ 0 & 2 & 0 & 0\\ 0 & 0 & 2 & 0\\ 0 & 0 & 0 & 2 \end{pmatrix}, \quad B=\begin{pmatrix} 2 & 1 & 0 & 0\\ 0 & 2 & 0 & 0\\ 0 & 0 & 2 & 1\\ 0 & 0 & 0 & 2 \end{pmatrix}.\] Their minimal polynomials are both \((t-2)^2\) and their characteristic polynomials are both \((t-2)^4\).
- The matrix \(\begin{pmatrix}0&i\\-i&0\end{pmatrix}\) is unitary, but not symmetric.
- This is only possible when the characteristic is \(2\). In that case, \(\begin{pmatrix} 1& 0\\0&1\end{pmatrix}\) works.
- The matrix \(\begin{pmatrix} 1& 0\\0&0\end{pmatrix}\) works.
- This is not possible. Suppose otherwise. Since \(A^5=I\), we require that the minimal polynomial \(m_A(t)\) divides \(t^5-1\). Over \(\mathbb{Q}\), the polynomial factors into irreducibles as: \[ t^5-1 = (t-1)(t^4 + t^3 + t^2 + t + 1) . \] Since \(A\) is \(2 \times 2\), the minimal polynomial must have degree \(\le 2\). The only possibility is that \(m_A(t)=t-1\), which forces \(A\) to be the identity.