Page 1 of 1

USE PYTHON 3 CODE

Posted: Mon Jun 06, 2022 1:34 pm
by answerhappygod
USE PYTHON 3 CODE
Use Python 3 Code 1
Use Python 3 Code 1 (15.98 KiB) Viewed 33 times
Consider the function f(x) = ln(x) (a) Find the Taylor polynomial of degree 4 around the point x = 1. (b) Use your answer from (a) to estimate In(1.01) and use the remainder theorem to say how large your error could be between the estimate and true value. Finally use Python to calculate the error.