solve numerically a system of nonlinear equations
Afficher commentaires plus anciens
Hello guys. I am new to matlab.
Currently i am having a system of two nonlinear equations to solve .I have seen that fsolve can solve nonlinear equations ,but my problem is that i dont possess optimization toolbox ,which is needed to use this function.
The system of nonlinear equations is below :
(1) : x1^2*(9.0214+x2*71.185)-67.7=0
(2) : 1/sqrt(x2)+2*log(0.0001886+0.000003513/(x1*sqrt(x2)))=0 (log base 10 )
So i ended up preferring a numerical approach.I have seen codes that solves numerically ,single equation but not for a system of equations.Can anyone help me find a solution for the above system?
Thanks
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!