3
$\begingroup$

Anyone know of a linear transformation for which there does not exist a basis of eigenvectors?

What would indicate to me that a particular linear transformation has/hasn't a basis of eigenvectors? It seems like if a linear transformation isn't invertible then it wont have a basis of eigenvectors. But I can't think of a linear transformation that isn't invertible.

  • 1
    @Jim_CS: I didn't claim my example was the only type of rotation with no eigenvectors... However, a rotation in $\mathbb{R}^3$ is always equivalent to a rotation about some fixed axis, and hence a vector pointing in the direction of that axis is an eigenvector of the rotation (see Euler's rotation theorem). The general idea behind my example is to construct a real linear transformation whose characteristic polynomial has no real roots.2012-04-29

2 Answers 2

8

$\begin{bmatrix} 1 & 1\\ 0 & 1\end{bmatrix}$ has only one eigenvalue, 1, with algebraic multiplicity 2 but geometric multiplicity 1. In other words, there is only one eigenvector (up to taking scalar multiples) for this eigenvalue, so there is no a basis of eigenvectors.

To convince yourself that there is no basis of eigenvectors, think what would happen if there were: Since 1 is the only eigenvalue, any vector would then be mapped to itself, but then the matrix in question would have to be the identity matrix.

  • 0
    @BrettFrankel: To be more precise there are two things that can go wrong: (1) the characteristic (or equivalently the minimal) polynomial of $f$ does not split into linear factors (but this cannot happen over an algebraically closed field like $\Bbb C$), or (2) there is some eigenvalue $\lambda$ and a vector $v$ that is _not_ an eigenvector but such that $(\lambda I-f)^2(v)=0$ (as happens here with $\lambda=1$ and $v$ the second standard basis vector). One can show (not so easily) that when (1) is excluded, $f$ has a matrix that has a _list_ of Jordan blocks for each $\lambda$.2012-12-11
1

May I suggest: $\begin{bmatrix} 0 & 1\\ -1 & 0\end{bmatrix}$ onto $\mathbb{R^2}$?!

  • 0
    Oh, I'm so sorry. Scuse me.2012-12-07