Question: Write a computer program using excel VBA (Macro) using bisection method F(x) = -4 * e(2*x) + 48 * x + 8 = 0 Specified
Write a computer program using excel VBA (Macro) using bisection method
F(x) = -4 * e(2*x) + 48 * x + 8 = 0
Specified error tolerance = 0.001 (for convergence check).
Initial guesses:
X lower = -4.5 and X upper = 0
I would like to see the following items from your Computer Program report:
In each iteration, please print out your current ITERATION # ?, your current ESTIMATED root ?, and your current relative approx. error norm ?
Thanks!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
