English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

why won't this work?? what's wrong w/ the parameter??

> restart;
> with(Optimization);

[ImportMPS, Interactive, LPSolve, LSSolve, Maximize, Minimize,

NLPSolve, QPSolve]

> v:=hwl;

v := hwl

> Maximize(v,{h^2+l^2+w^2<=1}, h<1, w<1, l<1);
Error, (in Optimization:-NLPSolve) unexpected parameters: h < 1, w < 1, l < 1

=(

2007-09-24 11:17:55 · 1 answers · asked by tell me all!!! 4 in Science & Mathematics Mathematics

taking { } out still does't work... it just treats the constraints as more range limits... =(

2007-09-24 11:28:54 · update #1

1 answers

Try taking the { } out.

2007-09-24 11:25:56 · answer #1 · answered by ironduke8159 7 · 0 0

fedest.com, questions and answers