Suppose I have two nonlinear equations with two variables $\ell$ and $m$; the variables $\ell$ and $m$ are of degree eight in the first equation and of degree six in the second equation.
How it possible to solve these two nonlinear equations and find the possible values of the variables $\ell$ and $m$?
How many possible solutions for both variables $\ell$ and $m$?
Is there a Matlab code to solve these equations and find the all possible solutions?.
You can try Two Variable Bisection.
related post: https://stackoverflow.com/q/3513660/380384