Question: Problem 1 . Use Jupyter notebook for this problem. ( Because it says Jupyter Notebook, I would need the solution answer coded in Python )
Problem Use Jupyter notebook for this problem. Because it says Jupyter Notebook, I would need the solution answer coded in Python
Please don't just write answer on paper, if you know how to solve it please post the final answers to be running in Jupyter Notebook for Python.
Consider the equation
aFind the first digits of the smallest positive root ie the smallest root greater
than using Bisection method. What was the initial interval used for finding the root and why did you choose it
bFind the first digits of the same root in part a using Newton's method. What
was the initial value used for finding the root?
cModify the initial value found in part b until Newton's method no longer con
verges. Discuss why Newton's method fails to converge to the smallest positive root when starting at the modified initial value.
dCreate a plot comparing the convergence rate of Bisection method and Newton's
method. Discuss your result.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
