solve non-linear optimization problem

3 vues (au cours des 30 derniers jours)
Hayam Wahdan
Hayam Wahdan le 26 Avr 2021
Commenté : Hayam Wahdan le 28 Avr 2021
how to maximize this nonlinear function z and find the value of x and y,
z= 0.031 {0.009[exp⁡(x-z)-1]+x/1.14}-(-1+√(1+y^4/x))/y
10<=x<=20 and y>=0

Réponse acceptée

Matt J
Matt J le 26 Avr 2021
With fmincon, if you have Optimization Toolbox.
  19 commentaires
Walter Roberson
Walter Roberson le 28 Avr 2021
w=10^-15*exp(-2.897*10^22*25^-1);
You badly need to rescale !!
exp(-1158800000000000000000) is about
Effectively your w is 0.
Hayam Wahdan
Hayam Wahdan le 28 Avr 2021
Thank you very much, I will rescale it

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Systems of Nonlinear Equations dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by