Can bisection method find complex roots?

326 Views Asked by At

Intuitively, I don't think that the bisection method can locate complex roots due to its use of intervals, midpoints and sign of f(a),f(b) and f(c).

However, I am not sure about this claim. Can anyone please explain this in detail?