I gave Maple the command

> ?fft 

to see how to do the fast fourier transform in Maple, and I what I got was a page that told me to use the commands:

> with(Matlab)

>v:=<1,2,3,2,3,4>

>Matlab[fft](v)

 

Why is maple using matlab ??


Please Wait...