math calculation using matlab
Afficher commentaires plus anciens
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 commentaires
Jan
le 22 Juil 2013
Is this a homework question? What have you tried so far?
Rudi Martin
le 22 Juil 2013
Modifié(e) : Rudi Martin
le 22 Juil 2013
dpb
le 24 Juil 2013
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.
Réponses (0)
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!