Skip to main content
1-Visitor
August 26, 2021
Solved

Real function local extremum (maximize and minerr)

  • August 26, 2021
  • 2 replies
  • 1873 views

I tried to find the maximum of the real function (n*p) but I failed. I used maximize and minerr commands. Where did I go wrong?

What does TOL and CTOL mean?

Thanks!

Best answer by terryhendicott

Hi,

I took a different path using the root function.

Capture.JPG

2 replies

ttokoro
21-Topaz I
21-Topaz I
August 27, 2021
21-Topaz II
August 27, 2021

Hi,

I took a different path using the root function.

Capture.JPG

21-Topaz II
August 27, 2021

Hi,

TOL "Convergence Tolerance" and CTOL "Constraint Tolerance" are global variables that you can alter on the Menu Ribbon under the Calculation Tab.

Look up TOL in help for a good explanation of what each one does. 

Cheers

Terry

TC_011-VisitorAuthor
1-Visitor
August 27, 2021

Thanks all for the fast and different solutions and definitions.