User Portlet User Portlet

Discussions
Hello Sir, I changed all `Integrate` to `NIntegrate` as per your suggestion. Also I used `NumberQ` function so that `NIntegrate` can carry out symbolic integration. This are my new outputs- Out[449]= objfun[150, 150, 150, 150, 1, 1, 1, 1] ...
I am trying to maximize an integral function (optval) of multiple variables. I am using NumericQ for symbolic evaluation of NIntegrate. The code is running well when I manually assign values to variables (Q1, Q2, Q3) and gives the output for the...