I can't remember what packages exist for zero finding. I'm thinking Optim.jl is a good option?
There's also Roots.jl
NLSolvers.jl, NLsolve.jl, NonlinearSolve.jl, SIAMFANLEquations.jl also
You don't want to use Optim.jl. (Optim.jl is for finding mininums (or maximums) rather than zeros, and minimizing |f(x)|for finding its root is generally not a good idea.)
Last updated: Nov 06 2024 at 04:40 UTC