MATLAB: How to solve two non-linear equations simultaneously

itirationnon-linear

I have two non-linear equations, which are having two unknowns. It is not possible to make it one equation with one variable. now I want the solution of these two equations. please help me to solve this by iteration methods, I want that how to code for iterations. I write for solve command with syms, but I got empty solution. i think it can be solved by iteration methods. Hence please tell me how to write a code…

Best Answer

See FSOLVE if you have the Optimization Toolbox.
Related Question