Diagonal, Jordan Normal and And Inverses

  • Thread starter Thread starter heshbon
  • Start date Start date
  • Tags Tags
    Normal
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
heshbon
Messages
27
Reaction score
0
1) Is a diagonal matrix always invertable?
2) Is an Invertable matrix always Diagonalizable?
3) Is a matrix in jordan normal form always invertable

The answers are prob straight foward but I am confused.
 
Physics news on Phys.org
Jordan Normal, Diagonal and Inverses

Homework Statement



1) Is a diagonal matrix always invertable?
2) Is an Invertable matrix always Diagonalizable?
3) Is a matrix in jordan normal form always invertable

The answers are prob straight foward but I am confused.

Homework Equations





The Attempt at a Solution

 
I've had a thought about this, I guess what I am looking for is some sort of relation between the characteristic polinomial and the determinant of a the matrix.
 
1) No. Let [tex]d_{i}[/tex] be the diagonal entries of a diagonal matrix The inverse (if it exists) consists of the values [tex]\frac {1}{d_{i}}[/tex] along the diagonal. Therefore, all [tex]d_{i}[/tex]'s must be nonzero for the inverse to exist.

2) No. If an nxn matrix is diagonalizable, it must have n linearly independent eigenvectors. [tex]A = \left(\begin{array}{cc}1&0\\1&1\end{array}\right)[/tex] is invertibile but not diagonalizable.

3) I don't know. :rolleyes:
 


Is
[tex]\begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0\\ 0 & 0 & 0\end{bmatrix}[/tex]
invertible?
 
Thanks greatly.

That clears it all up.