Thanks for your proposals,
First of all, I should precise I'm new to sage ...
I would like, as a first step, and with a sage script , define h as a
fonctional of f and variables t and s, as
h = function('hilbert',function(f),t,s); somewhat like :
sage: t,eps,s=var('t,eps,s')
sage:f=funct
Interesting... it seems that every transform (Laplace, Fourier,
Hilbert, etc.) are evaluated trying lookup table method first (in
combination with partial decomposition or factorization probably), and
only if this method fails, the integration engine takes place. I'm
wondering whether this solutio
Hi Claude,
On Fri, 15 May 2009 06:41:14 -0700 (PDT)
Claude wrote:
>
> Hi All,
> Could somebody help me in programming, for example, the Hilbert
> transform, or Mellin transform, taking Laplace one as a guideline.
> Thanks in advance.
The documentation of both Hilbert and Mellin transform f