Computing the matrix exponential e^A

  • Context: Undergrad 
  • Thread starter Thread starter mprm86
  • Start date Start date
  • Tags Tags
    Idea No idea
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mprm86
Messages
52
Reaction score
0
Calculate [itex]e^A[/itex] if [itex]A = \left(\begin{array}{cc}0 & -2\\1 & 3\end{array}\right)[/itex]

Maybe using that [tex]e^x = \sum_{n=0}^\infty \frac{x^n}{n!}[/tex], then

[tex]e^A = \sum_{n=0}^\infty \frac{\left(\begin{array}{cc}0 & -2\\1 & 3\end{array}\right)^n}{n!}[/tex]
but i don't know if this is the right way for doing this. Please help me. Thanks.
 
Physics news on Phys.org
That's precisely it.
 
Although you may have difficulty calculating [tex]\left(\begin{array}{cc}0 & -2\\1 & 3\end{array}\right)^n[/tex]
Knowing that its eigenvalues are 1 and 2 (with eigenvectors <2, -1> and <1, -1> respectively) will help.