Problem 3:
Find the root for the equation given below using the Bisection and Newton-Raphson Numerical Methods (Assume initial value using C++ Programming language or any other programming language):
Use tolerance=0.0001
(b) Find the first five iterations for both solution methods using hand calculation.
Note: Show all work done and add your answers with the homework.
Show Flow Chart for Bisection and Newton-Raphson Methods for Programming.
Note: Your answer from the programming language needs to be shown in the homework.