Find Complex Eigenvalues for 3x3 Matrix with All 9 Numbers at .3 | Homework Help

maximade
Messages
26
Reaction score
0

Homework Statement


A 3x3 matrix with all 9 of the numbers being .3
Find all the eigenvalues.

Homework Equations





The Attempt at a Solution


I worked through it and I ended up with (l=lamda) l^3-.9l^2+.54l-.162=0
With my calculator I found one of the values, which means that there are 2 complex values.
Considering how I have not done this in a while, how do I find the complex roots of this equation?

Thanks in advance
 
Physics news on Phys.org
You made a mistake calculating the characteristic polynomial. The three eigenvalues for that matrix are 0.9, 0, and 0.

To answer your question about the roots: in general when you have a cubic and one of its roots r, divide the cubic by (x-r) and find the roots of the resulting quadratic.
 
It should be obvious that one of the eigenvalues is 0 because this matrix is obviously not invertible. In fact, without doing any work at all it should be clear that the "row-echelon form" for this matrix is
\begin{bmatrix}3 & 3 & 3 \\ 0 & 0 & 0 \\ 0 & 0 & 0\end{bmatrix}
so that all of R3 is mapped to R1- the null space must be two-dimensional so 0 must be a "double" eigenvalue as vela says.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top