help: laplace transform in differential of another variable
Subject: help: laplace transform in differential of another variable
From: Rupert Swarbrick
Date: Tue, 21 Aug 2012 15:35:31 +0100
"jacipe.maxima" <jacipe.maxima at gmail.com> writes:
>> When I performed the command: diff(y.laplace(t,s),x) in sage, it
>> came out: D[0](laplace)(y(x, t), t, s)*D[0](y)(x, t). Since sage
>> use Maxima in the process, it is surely able to be solved here.
>> Can someone help me?
I'm not entirely sure what you're trying to do here. The Maxima laplace
command takes three arguments: an expression and the two variables to
transform between. Your example just gives two. Also, multiplication of
numbers is written with "*" rather than "." (although I don't know
whether that will have caused any problems here).
Since this is a mailing list for Maxima rather than for Sage, we can
probably help you more if you tell us:
(1) A command you tried to run in Maxima
(2) The output you got
(3) Why it's wrong (What should it have been?)
Here, at least:
(%i1) laplace(s,t);
Maxima encountered a Lisp error:
invalid number of arguments: 2
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
So it's not really possible for us to get much further without more
detail from you.
Rupert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: not available
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20120821/6b229388/attachment.pgp>