help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave Nonlinearly Constrained Optimization


From: Ether Jones
Subject: Octave Nonlinearly Constrained Optimization
Date: Fri, 2 May 2014 17:03:30 -0700 (PDT)

Can someone please show me how to set up the following problem in Octave:

maximize (x+y)

subject to constraints:

0 <= x <= 75

0 <= y <= 75

29.5 - sqrt(0.184*(x+y)^2 + x^2) >= 0.0

45.5 - sqrt(0.184*(x+y)^2 + y^2) >= 0.0

I have solved it in Maxima, Python, AMPL/MINOS, and Excel, but am stuck on the proper setup and syntax for Octave.

x = 17.2   y = 38.7

Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]