Non- linear equation system
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Systems of Nonlinear Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!