Looking for help on how to set up this code to perform BisectionMethod in C++. I am new to this and would greatly appreciate thesteps so I can learn how to do this on my own as well. Thank you inadvance…..
Requirements: Given the equation: F(x) = -4 * exp(2*x) +48 * x + 8 = 0
Specified error tolerance = 0.001; Initial guess:X_lower =-4.5 and X_upper =0
Each iteration should print out current iteration #,current estimated root #, and current relative approx. errornorm.
Expert Answer
An answer will be send to you shortly. . . . .