g.lemaitre
- 267
- 2
Homework Statement
the order of eigenvalues is important, but when you calculate an eigenvalue polynomial i am still not aware of any rule that dictates which eigenvalue comes first and which does not. let me explain what i mean. take the matrix
[tex] \begin{bmatrix}<br /> 3 & -2 \\<br /> 5 & -4<br /> \end{bmatrix}[/tex]
The eigenvalues are -2, and 1
I forget the technical name but when you construct a matrix composed of eigenvalues you can have either
[tex] \begin{bmatrix}<br /> -2 & 0 \\<br /> 0 & 1<br /> \end{bmatrix}[/tex]
or
[tex] \begin{bmatrix}<br /> 1 & 0 \\<br /> 0 & -2<br /> \end{bmatrix}[/tex]
There's a big difference between those two matrices so which one is correct? Up until now it seems that the larger number always occupies the upper left corner but i haven't been paying much attention to it.