Is this matrix diagonalizable?

  • Thread starter Thread starter stunner5000pt
  • Start date Start date
  • Tags Tags
    Matrix
stunner5000pt
Messages
1,443
Reaction score
4
is htis matrix diagonalizable?
\left( \begin{array}{ccc}4&0&0\\0&2&2\\2&3&1 \end{array} \right)
the characteristic polynomial is (x+1)(x-4)^2
whats worng with the multiplicity here?
the back of the book says dim(E4) =1 and here multiplicity is 2?

but what about this problem
\left( \begin{array}{ccc}3&0&6\\0&-3&0\\5&0&2 \end{array} \right)
whose characteristic polynomial is (\lambda +3)^2 (\lambda -8) = C_{A} (x)
here the multiplicity of lambda = -3 is 2 and the dim(E_{-3}) = ?? <br /> what is the dimension of E (-3)??
 
Physics news on Phys.org
The dimension of the eigenspace of -3 is the number of independent eigenvectors you can find for the eigenvalue -3. This will be either 1 or 2 eigenvectors. To find them, row reduce (A - (-3)I)x = 0.
 
There's a difference between the algebraic multiplicity (AM, which is the multiplicity of the root in the characteristic polynomial) and the geometric multiplicity (GM, which is the dimension of the eigenspace belonging to that eigenvalue, so the number of linearly independant eigenvectors).
When AM > GM for a certain eigenvalue (GM > AM isn't possible), then the matrix is not diagonalizable since you won't have enough linearly independant eigenvectors.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top