JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
126 stars 26 forks source link

Look for approximate roots #123

Open dpsanders opened 5 years ago

dpsanders commented 5 years ago

Use the standard (non-interval) Newton method to look for approximate roots, then use epsilon inflation to prove the existence of a root and remove boxes there.