But, what's the basic approach? Is your program going to iterate on x to find the exact maximum?
Or, are you simply going to throw a vector of x's at the function and pick the one that has the highest value?
Or, would you use Maximize? which is like given-find, you define guess values, which you should pick from a plot of the function, use maximize(f,x)
TTFN
FAQ731-376