math calculation using matlab
이전 댓글 표시
so I have this equation :
980 = 3.1396 - 0.0235*x1 - 0.2759*x2 + 0.0008*x1*x2 + 0.0001*x1^2 + 0.007*x2^2
I want to find the value of x1 and x2, but they must in this boundaries:
80 < x1 < 100
14 < x2 < 16
how we use matlab to solve the calculation? thank you.
댓글 수: 3
Jan
2013년 7월 22일
Is this a homework question? What have you tried so far?
Rudi Martin
2013년 7월 22일
편집: Rudi Martin
2013년 7월 22일
dpb
2013년 7월 24일
Read the intro documentation on using the Optimization Toolbox; particularly the sections on Problem Setup and Choose a Solver to get an orientation into the tools and their usage.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!