bennet846

12 Reputation

2 Badges

16 years, 330 days

MaplePrimes Activity


These are questions asked by bennet846

Im looking for help with a question, i need to produce a procedure using both False Position and Newton-Raphson methods' here is the queston; Write a Maple procedure to find the root (answer) of a function (fun) to a specified accuracy (acc_nr) using a combination of the methods of false position and Newton-Raphson. Your procedure should start with an interval ([left,right])in which the root lies and first carry out sufficient iterations of the false position method to find an estimate of the root (to an accuracy of acc_fp, a much larger number than acc_nr). This estimate should then be used as the starting value for the Newton-Raphson method which should then find the root to the final specified accuracy (acc_nr).
Page 1 of 1