R2Zero
- 7
- 0
Homework Statement
Let B =
|1 -2|
|1 3 |
Let C =
|1 4 0|
|0 1 0|
|0 0 2|
Find e^{B} and e^{C}
Homework Equations
e^{A} = \Sigmax^{n}/n!
e^{A} = P^{-1}e^{D}P
The Attempt at a Solution
My professor told me the first step to approaching these types of problems is to find the eigenvalues for both B and C. For B, I get eigenvalues 2+i and 2-i, and I get 1 (double root) and 2 as the eigenvalues for C.
I'm having trouble finding some eigenvectors for B (my teacher did not provide any sufficient or clear examples of eigenstuff involving complex numbers), and I get [1, 0, 0] and [0, 0, 1] as my eigenvectors for C (for e-values 1 and 2, respectively).
I'm sure at this point I'm supposed to construct P, P^{-1} and D for each and somehow use those to find e^{B} and e^{C}, but I'm not sure how to go about doing that since my professor did not clearly explain the entire process...