Question: Does anyone know how to create a function in Matlab for False Position?? I need to create a matlab function for solving the following in
Does anyone know how to create a function in Matlab for False Position?? I need to create a matlab function for solving the following in the image. My professor wants for us to solve by creating functions to just change variables instead of doing it by hand. Thanks!! :)

This problem is Chapra 5.3 in the Applied Numerical Methods with Matlab 3rd Ed
5.1 Use bisection to determine the drag coefficient needed so that an 80-kg bungee jumper has a velocity of 36 m/s after 4 s of free fall. Note: The acceleration of gravity is 9.81 m/s2. Start with initial guesses of X1 = 0.1 and x" = 0.2 and iter- ate until the approximate relative error falls below 2%. 5.2 Develop your own M-file for bisection in a similar fashion5.6 to Fig. 5.7. However, rather than using the maximum iterations 5.5( 18x2 root For and: and Eq (5.5), employ Eq. (5.6) as your stopping criterion, Make sure to round the result of Eq. (5.6) up to the next highest integer, Test your function by solving Prob. 5.1 using Ead 0.0001. 5.3 Repeat Prob. 5.1, but use the false-position method to obtain your solution. inr initi eai 5.7 gra me 54 Develop an M-file for the false-position method. Test it (c) by solving Prob 51
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
