Question: 2 Exercise Modified Newton Write a Matlab-function which determines the zero of a function using the modified Newton's method. The Matlab-function takes three inputs: a

2 Exercise Modified Newton Write a Matlab-function which determines the zero of a function using the modified Newton's method. The Matlab-function takes three inputs: a function, its derivative, and a starting point. The outputs are an approximation of zero, an estimate of the order of the zero, and a vector of all the iterations. The Matlab-function takes two optional inputs: a measure for the precision and the maximum number of iterations
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
