Calculating exp(At): Reverse Laplace Transform vs. Matrix Series Method

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
6 replies · 2K views
erezb84
Messages
43
Reaction score
0

Homework Statement


I have the following matrix:
A=[0 -1; 0 -1]

and i need to calculate: exp(At) in several ways, 2 of them are using the reverse Laplace transform and using: I + Ʃ(A^kt^k)/k!

i have tried to start the series but i am getting an expression that i can't say which series it is,
and when i try with Laplace i get the one of the matrix expressions is a step function..

i will apreaciate the help...

thanks!
 
Physics news on Phys.org
What are you getting for
[tex](sI-A)^{-1}[/tex]
 
this is what i get. but i can't find the reverse transform...
 

Attachments

  • IMG_1714.JPG
    IMG_1714.JPG
    26.6 KB · Views: 463
erezb84 said:
this is what i get. but i can't find the reverse transform...

You are dividing by the wrong thing. Divide by
[tex]s(s+1)[/tex]
instead of
[tex]s(s+1)-1[/tex]
 
but
[tex]s(s+1)-1[/tex]
is the deteminante..
in oreder to reverse 2*2 matrix i do this:
[a b ; c d]^-1 = [d -b; -c a] * 1/det
no?
 
erezb84 said:
but
[tex]s(s+1)-1[/tex]
is the deteminante..
In oreder to reverse 2*2 matrix i do this:
[a b ; c d]^-1 = [d -b; -c a] * 1/det
no?

1*0 = 0
 
daaaam! right, thanks!