Question: Create and test a MATLAB function called falsepos that implements the false position root finding method. The function specifications are given below. What to submit:

Create and test a MATLAB function called falsepos that implements the false position root finding method. The function specifications are given below. What to submit: (1) Your function file, faslepos.m, (2) (optional any scripts you use to test your function. Detailed Specifications for Task 4 Function Name Functionality Implements false position root-finding method Input Arguments Output Arguments Same as for bisection.m (task 1) Valid Calling Syntax root falsepos(fun, lb, ub, err_max, iter_max) falsepos same as for bisection.m (task 1 root, err]-falsepos(..) troot, err, numiterl-falsepos(..) [root, err, numlter, exitFlag] falsepos(...) Notes Same as for bisection.m (task 3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
