JuliaIntervals / IntervalRootFinding.jl

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

Struggles with "simple" complex polynomials #122

Open dpsanders opened 5 years ago

dpsanders commented 5 years ago
julia> roots(x->24.109999999999996 - 70.33*x + 65.33*x^2 - 15.11*x^3 - 5.0*x^4 + 1.0*x^5, Complex(-10..10, -10..10), Krawczyk)

apparently hangs