apple-touch-icon@2.png

9

In a sense, those complex eigenvalues are the rotation. One way to think of a real eigenvalue is the amount by which a matrix stretches or shrinks things along a certain axis—the associated eigenvector. With a pair of complex eigenvalues (they always come in conjugate pairs for a real matrix), there’s no axis along which things are stretched, i.e., no real eigenvector. Instead, there’s a plane in which vectors get rotated along with the stretching/shrinking that might be going on. If the vector being transformed doesn’t lie in that plane, then its component in the plane undergoes the rotation+scaling.

In two dimensions, there’s only one plane, so a matrix with complex eigenvalues represents a rotation+scaling of the entire space. In three dimensions, there’s only one dimension left after you’ve defined the plane of rotation, so that’s going to be the axis of rotation that corresponds to the eigenvalue of 1. In higher dimensions, things get wacky. In four dimensions, for instance, you can have simultaneous rotations in two different planes.

Addendum: The complex eigenvectors associated with the complex eigenvalue pair give you the plane in which the rotation occurs. If you take the real and imaginary parts of any of these eigenvectors, you get a pair of real vectors that span this plane. The action of the matrix in this plane is encoded in the eigenvalues: the argument of the complex number gives the rotation and its norm gives the dilation. So, just as with real eigenvalues and eigenvectors, they describe a subspace of the domain and the action that the matrix has on that subspace.

Once you go beyond three dimensions, complex eigenvalues can appear with multiplicities greater than one, so the associated generalized eigenspaces can have more than two dimensions. It's hard to say much about what goes on in them beyond the fact that they're invariant with respect to the transformation, i.e., vectors in that subspace get mapped to vectors in the same subspace.

edited Jul 12, 2019 at 18:38

amd

53.8k33 gold badges3535 silver badges9090 bronze badges

Add a comment

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged eigenvalues-eigenvectorsrotations.