The ilt function cannot cope with the inverse Laplace transform. #1792
Unanswered
wourningeng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to convert a formula containing a differential?
c:'diff(x(t),t);
atvalue(x(t),t=0,0);
atvalue(c,t=0,0);
z:laplace(c,t,p);
ilt(z,p,t);
The ilt function cannot cope with the inverse Laplace transform.
it turns out ilt(p*laplace(x(t),t,p),p,t)
How can I solve it problem?
Beta Was this translation helpful? Give feedback.
All reactions