Other way to a not supported inverse laplace transform with maxima?



On 4/21/2011 3:38 PM, Mark H Weaver wrote:
> <benoit.maisonneuve at uqconnect.edu.au>  writes:
>> I also have to do calculation with the Laplace transform involving the heaviside
>> function.
>> Is it possible to have your code for the lap and ilap functions please? That
>> would be very useful...
> I have attached a version of my preliminary patches, updated to work
> with current Maxima (5.24.0).  Note that the patch to laplac.lisp will
> require recompilation of the Maxima executable.


If you have written a source file called foo.lisp   that you wish to use 
to change Maxima,
all you need to do is  load("foo.lisp").

You do not need to recompile maxima.

If you have a "diff" file you need another step to create the source 
file, I suppose.


You can compile "foo.lisp", but that is probably not necessary.
You can also set things up so that foo.lisp is automatically loaded when 
you start up maxima.