Complex Eigenvalues and Eigenvectors of a 2x2 Matrix: Diagonalizable or Not?

  • Thread starter Thread starter Iconate
  • Start date Start date
  • Tags Tags
    Complex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Iconate
Messages
20
Reaction score
0

Homework Statement


Find the eigenvalues and eigenvectors of A. (Both eigenvalues and eigenvectors are now allowed
to be complex.) Is it diagonalizable? Explain why or why not. If it is diagonalizable, explicitly
find matrices P and D such that
A = PDP−1
where D is a diagonal 2 × 2 matrix.

A = [ 0 -i | i 0 ]

The Attempt at a Solution



I determined that A cannot be diagonalized because, by the characteristic polynomial equation we get [tex]\lambda[/tex]2 + 1 = 0

Therefore [tex]\lambda[/tex]1 = -i [tex]\lambda[/tex]2 = i

plugging [tex]\lambda[/tex]2 into my matrix A I get:

ix + iy = 0
-ix + iy = 0

but the only solution to this is x=y=0, I get the same result for [tex]\lambda[/tex]1

Is this correct? I have a feeling this trivial solution is wrong
I tried row reduction, but I still get the same result.
 
Physics news on Phys.org


Ahhh I see
my determinant should be
λ2 - (-i)(i) = 0
λ2 + (i2) = 0
λ2 - 1 = 0

thus λ1 = 1 λ1 = -1

Thanks >.<