Question
How to find all solutions of equation (with two variables)
Hi 🙂
How can I solve this equation f(a,b) = 0 ? Orange plot - f(a,b), grey plot is zero surface, so as you can see orange plot intersects grey plot 4 times, so there should be 4 solutions. Root() works fine, but by this method I have to change manually guess/initial values. Is it possible to get all solutions together for ex. in a matrix ?


