Simple Ident Problem II
scalar xbar / 1 /;
variable z, p;
positive variable x, y;
equation f1, f2, eDef;
f1.. sqr(x)+sqr(y) =e= sqr(p);
f2.. y =g= log(x);
eDef.. z =e= sqr(x-xbar);
model m / eDef, f1, f2.y /;
p.lo = .7; p.up = 1.3; x.l = .1;
solve m using mpec min z;
Previous slide
Next slide
Back to first slide
View graphic version