- 3 X 3x 7 0 I Explain Secant Algorithm 5p Ii Write A Computer Code For Secant Algorithm 5p Iii Calculate 1 (22.16 KiB) Viewed 41 times
3. -x + 3x + 7 = 0 i) Explain Secant algorithm. (5p) ii) Write a computer code for Secant algorithm. (5p) iii) Calculate
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
3. -x + 3x + 7 = 0 i) Explain Secant algorithm. (5p) ii) Write a computer code for Secant algorithm. (5p) iii) Calculate
3. -x + 3x + 7 = 0 i) Explain Secant algorithm. (5p) ii) Write a computer code for Secant algorithm. (5p) iii) Calculate first three step of the secant algorithm by hand to find negative root of the equation for initial points Xo = -1; *1 = 0. (5p) iv) Use your computer code to find the root with error less than IXn+1 - xnl = 10-6 for initial point Xo = -1; x1 = 0. Obtain the table which contains n, xn-1, XmXn+1, Xn+1 - xnvalues for each iteration step. (5p)