- #1
JamesGoh
- 143
- 0
Homework Statement
Given matrix A= [1,1;0,0] and matrix B = [1,-1;0,0]
n.b. the semicolon separates the matrix rows
find exp(A)exp(B)
Homework Equations
[itex]exp^{A}=\sum\frac{A^{n}}{n!}=I + A + \frac{A^{2}}{2} + \frac{A^{3}}{6} + ... + \frac{A^{n}}{n!}[/itex]
for n= 0 to infinity
The Attempt at a Solution
The answer the tutor give is the following matrix
exp(A).exp(B) = [e^2,-(e-1)^2 ; 0,1]
this would imply that A and B are diagonalisable (since they need to be in order to get the form of the answer)
However, if I worked out the characteristic ppolynomial of A and B, I would only get one eigenvalue, not two distinct eigenvalues which rules out any chance of diagaonlisation
Is there a way to diagaonlise A and B ?