[sage-support] Re: About Hilbert transform

2009-05-16 Thread Claude
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

[sage-support] Re: About Hilbert transform

2009-05-15 Thread Maurizio
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

[sage-support] Re: About Hilbert transform

2009-05-15 Thread Burcin Erocal
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