Hello,
in Mathematica 8:
- I use
NMaximizeto obtain global maximum of functionf - Function
fconsists among many of oneFourierand oneInverseFouriercall - All direct calls to
fare OK, but when it comes for "symbolic" evaluation offbyNMaximizetheInverseFouriercalls fail even for very little dimensional vectors
Precise error is:
InverseFourier::fftl: Argument ....vector.... is not a non-empty list or rectangular array of numeric quantities.
I've found almost identical problem here, page 43, http://www-uxsup.csx.cam.ac.uk/courses/Mathematica_numerics/paper_2.pdf
Please HELP ME.....

