Use a calculator or program to compute the first 10 iterations of Newton's method when it is applied to the following function given with the initial approximation. Make a table containing: i, xᵢ, f(xᵢ), and f'(xᵢ).

f(x) = 3sinx-2; x₀=1

1 answer

there are several handy Newton's Method calculators online.
google 'em up.