0
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 ??
You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.