Non- linear equation system
Afficher commentaires plus anciens
I have a system of nonlinear equations with 6 different variables. I tried to use fsolve in order to get the solution, but first of all the answer must be positive, but i got the negetive answer. On the other hand when i want to test the answers it does not satisfy the equations. what may be the problem? f1 =x1 + x3 + x5 - 1
f2 =2*x1 + 2*x4 + 4*x5 - 97/51
f3 =x2 + 2*x3 + x4 - 2*x6 - 11893/10200
f4 =x2*x3 - (1003*x1*x4)/1000
f5 =x5 - (124*x2^2)/125
f6 =(1048753048193283741*x2)/70368744177664 - (6654018600221532327*x1)/70368744177664 - 393509*x3 - 285830*x4 - (10780477*x5)/250 - (506682419*x6)/3125 - 119037031313010039444557/219902325555200000
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Systems of Nonlinear Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!