Example 3

This example involves both equality and inequality nonlinear constraints and is defined by

      3a.GIF (1193 bytes)

subject to

       3b.GIF (2363 bytes)

The feasible initial guess is

       3c.GIF (690 bytes)

with the corresponding value of the objective function

         3d.GIF (476 bytes)

 

example3.pds

dv x1 x2 x3 x4
ob f     
ic c1
ec c2

example3.ini

x1 = 1
x2 = 5
x3 = 5
x4 = 1
b1 = ones(4,1)
bu = 5*ones(4,1)

example3.sim

f  = x1*x4*(x1+x2+x3) + x3
c1 = 25 - x1*x2*x3*x4
c2 = x1^2 + x2^2 + x3^2 + x4^2 - 40

 

Back to the top

Back to Examples

 

 

 

Send mail to webmaster@aemdesign.com with questions or comments about this web site.
Last modified: February 21, 2005