Question: Maple crapping out on fourier transform when it shouldn't

animate(plot, [fourier(f(x,t),x,w)/t,w=0..100], t=0.1..1, frames=100):

 

works fine, but use a scaling function for time(to get it to play nice) such as

 

animate(plot, [fourier(f(x,2^t),x,w)/2^t,w=0..100], t=0.1..1, frames=100):

 

and maple refuses to work well. It takes about 100 times longer if it plots at all. 2^t is just a scaling factor on f, it doesn't add any real algebraic complexity.

 

 

 

 

Please Wait...