Finding e^A for 2x2 Matrix: Issues with Det(A-(Lambda)I)

  • Thread starter Thread starter scienceman2k9
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
scienceman2k9
Messages
12
Reaction score
0
I need to find e^A of this 2x2 matrix...A= 1 1
-1 -1

When I do det(A-(lambda)I) I get 0 for the eigenvalues, which makes no sense. Am I doing something wrong?
 
Physics news on Phys.org
Probably not. If the matrix is singular then at least one of the eigenvalues will be zero
Hmm...
[tex]det(A-I \lambda )=(-\lambda+1)(-\lambda-1)+1=\lambda^2[/tex]
So [itex]0[/itex] is a double root, and both of the eigenvalues are zero.

Why don't you see what happens if you apply this matrix to a vector?
 
Last edited: