2-1.tex
上传用户:helpmateqq
上传日期:2013-03-23
资源大小:86k
文件大小:1k
开发平台:

Visual C++

  1. documentclass{article}
  2. oddsidemargin=0cm
  3. evensidemargin=0cm
  4. textwidth=14.8 true cm
  5. textheight=23.2 true cm
  6. def x{{mbox{boldmath $x$}}}
  7. def y{{mbox{boldmath $y$}}}
  8. def a{{mbox{boldmath $a$}}}
  9. def d{{mbox{boldmath $d$}}}
  10. def p{{mbox{boldmath $p$}}}
  11. def r{{mbox{boldmath $r$}}}
  12. def t{{mbox{boldmath $t$}}}
  13. def w{{mbox{boldmath $w$}}}
  14. def fx{{mbox{boldmath $tilde x$}}}
  15. def fy{{mbox{boldmath $tilde y$}}}
  16. def hxi{{mbox{boldmath $xi$}}}
  17. def heta{{mbox{boldmath $eta$}}}
  18. def htau{{mbox{boldmath $tau$}}}
  19. def Pos{{rm Pos}}
  20. def Ch{{rm Ch}}
  21. %fonteuler=EUSM10
  22. begin{document}
  23. noindent Liu B., {em Uncertain Programming}, John Wiley & Sons, New York, 1999
  24. vskip 1.5cm
  25. noindent {bf Example 2.1} This example is related to maximizing a function over a nonconvex set,
  26. $$left{begin{array}{l}
  27. max f(x)=displaystylefrac{x_1^2x_2x_3^2}{2x_1^3x_3^2+3x_1^2x_2^2
  28.       +2x_2^2x_3^3+x_1^3x_2^2x_3^2}\[0.3 cm]
  29. mbox{subject to:}\[0.1 cm]
  30. qquad x_1^2+x_2^2+x_3^2ge  1\[0.1 cm]
  31. qquad x_1^2+x_2^2+x_3^2le 4\[0.1 cm]
  32. qquad x_1,x_2,x_3> 0.
  33. end{array}right.$$
  34. end{document}