All solutions of system of nonlinear equations
Show older comments
I want to solve this system of two nonlinear equations:
A=x1^2-x2+1;
B=x1-cos(pi/2*x2);
By plotting these equations, there are three intersections between them and so there are three solutions. But the 'solve' function, only gives the one of the solutions. How can I see all three solutions simultaneously without using any constraint on variables like initial guess for numerical solutions or defining intervals for variables.
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!