Post Reply 
Problem with Laplace transform
01-18-2016, 02:13 PM
Post: #2
RE: Problem with Laplace transform
Hi

Both the "laplace" and "ilaplace" functions have three parameters: expression, variable of the expression, and variable of the result. The last two variables are optional, but it looks like if you don't specify them, the calculator uses the variable x as the default variable.

With firmware 2015 6 17 (8151), you have the following results:

laplace(1): 1/x

laplace(1,t,p): 1/p

ilaplace(1/x): 1

ilaplace(1/p): Dirac(x)/p ---> wrong

ilaplace(1/p,p,t): 1

So, it seems that sometimes the two last variables are necessary, in order to get correct answers.

I hope this heps.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with Laplace transform - Natoe - 01-18-2016, 11:58 AM
RE: Problem with Laplace transform - JMB - 01-18-2016 02:13 PM
RE: Problem with Laplace transform - JMB - 01-18-2016, 04:52 PM
RE: Problem with Laplace transform - Natoe - 01-18-2016, 10:51 PM
RE: Problem with Laplace transform - JMB - 01-19-2016, 08:21 AM
RE: Problem with Laplace transform - JMB - 09-29-2020, 07:32 PM



User(s) browsing this thread: 1 Guest(s)