In each program write C code (complete with detailed documentation) that will perform the required tasks. Make sure that your documentation explains in detail each major section of the code)
Write a C program that will perform the False Position Method that will solve the equation f(x) = -13 - 20x +19x2 -3x3. The program should allow the user to input the upper and lower bounds arbitrarily but it also has to ensure that a root exists between the interval given by the user. Use an error criterion of 0.1%. Show the results of all iterations in tabular form on the screen or a text file. Submit videos showing the screen output of the program from start to finish, using five different ranges of upper and lower bounds, with at least three of them obtaining the root.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here