Hi all,
I'm trying to find a way to find the maximum of a function for a range of coefficient/s
The simplified function is as follows:
0<x<1
f(x):=ax^3+6*x
I would like to get the x value for that makes f(x) maximum for a different values of "a" lets say a=0.01,0.02,...0.19
I know the...