(* example of an ill-conditioned problem *) (* Finding roots of a "sensitive" 4th order polynomial *) (* Note: Correct (analytical ) roots have non-zero imaginary part *) NSolve[(x-2)^4 + 10^(-14) == 0, x]