Root[polynomial f]: All roots of polynomial f (as points)
Root[function f, number a]: One root of function f with initial value a (Newton's method)
Root[function f, number a, number b]: One root of function f on interval [a, b] (regula falsi)
Related Topics