Re: approximation by series expansion



Robert Israel wrote:

2/(-1+a)^(1/2)/a^(1/2)*((2*a-1)*((-1+a)*a)^(1/2)+2*a^2-2*a)^j*
((-8*a+1+8*a^2)*((-1+a)*a)^(1/2)+8*a^3+4*a-12*a^2)^(-j)

Yes, my fault again. Actually I tried the integral in Maple 10, but
c_j:= 1/Pi*int(2/(2*a - 1 - cos(t))*cos(j*t), t=-Pi..Pi);
did not evaluate imediately. (What did You do to make it evaluate?
Substitute the cosine?)
But I can see, that it is possible in this case.
However, in the general case, my functions will be more complicated than
1/(a-x) (but similar in principle) and the analytic evaluation of the
integral will in general not be possible anymore.
We will see.
In the mean time I am pondering about the relation between Fourier transform
and Chebyshev expansion.
Because, what I want to do with the result of the approximation is something
like a Fourier transform in three dimensions. So the question raises,
wheather the approximation will be as good as it looks like after the
transform. Maybe another expansion will give better results althogh the
approximation to a given order looks worse...

.



Relevant Pages

  • Re: is FFT always approximate?
    ... spectrum, which should be discrete, will this FFT procedure be approximate? ... The Fast Fourier Transform, FFT, is an EXACT but efficient ... approximation to the true Fourier transform... ...
    (comp.dsp)
  • Re: FFTW versus NRC FFT
    ... yongjun wang wrote: ... I used the following code to calculate fourier transform of data sampled from expwith rate 1s. ... compute the discrete Fourier transform (DFT). ... approximation for the Fourier transform in a certain limit. ...
    (sci.math.num-analysis)