newton convergence



Hi, my book shows Newton's method can converge quadratically, but the
only example they give is a comparison between fixed point iteration
and Newton's method, and just shows that after three iterations
Newton's method is doing good while fixed point is not. How does this
show it is quadratic? More generally, how does one experimentally show
Newton's method is quadratic? What is the test?

.