Using Python as a Programming Language
sin(x): Compute the forward derivative, backward derivative, and secant method for the function. Publish your results in the form of a table.
Use the Newton-Raphson method to approximate the value of √x.
Hint: Define a function whose root you know, its root is √x, and give it a value close to I so that it starts approximating as 1t = 3. Print the approximations to the screen.