laplace



>>>>> "Dan" == Donna and Dan Stanger <dan.stanger at ieee.org> writes:

    Dan> First, case changes to maxima have broken laplace, so that
    Dan> laplace('DIFF(f(x),x),x,s) is not recognized,
    Dan> but laplace('diff(f(x),x,s) is.

Wasn't that the whole point of making maxima case-sensitive?  DIFF is
not diff, and diff is maxima's differentiation function.

    Dan> Second, I am using desolve to handle systems of equations.
    Dan> When it encounters real roots, it returns sinh and cosh
    Dan> instead of exponentials.  It also works in terms of

Can you use exponentialize on the result?

Ray