I am trying to solve a profit maximization problem:
Revenue = R(X) = 10 * X
Cost = C(X) = X^3 - 6X^2 + 15X
Objective Function:
Maximize -> Profit = Revenue - Cost = 6X^2 - X^3 - 5X
I am wondering how this can be solved by using the Optimization Tool?