Using NLsolve to get solution to symbolic system of equations

Hi,

I have two symbolic equations I obtained using the Symbolic package. I want to solve for the two variables “b” and “m”. The equations are both set equal to zero. They are nonlinear, so I’m assuming that using NLsolve package would be the way to go, but I’m not really sure how to work with symbolic equations in NLsolve. If anyone could give me any suggestions/help it would be greatly appreciated.

I don’t think you can use the package NLsolve.jl for this purpose.

Do you know if there is another way to solve? Maybe convert the symbolic equations into another form?

I would try https://github.com/JuliaPy/SymPy.jl

https://docs.juliahub.com/SymPy/KzewI/1.1.4/Tutorial/solvers/#Solving-Equations-Algebraically-1