Given functions: a. Polynomial Function: f(x) = x2 – 2x - 3 Terminating Conditions: 10 iterations Table 3.1 Fixed Point
Posted: Tue Nov 16, 2021 7:04 am
Numerical Methods (please fill up the boxes)
Auto Thumbs Up! what ever the answer is...
Put a graph if possible (Statistical graph)
Given functions: a. Polynomial Function: f(x) = x2 – 2x - 3 Terminating Conditions: 10 iterations Table 3.1 Fixed Point Iteration(MOSS) Method (Sample Excel Output) Polynomial Function (a): Root 1 = xo X1 f(x) f(x1) Remarks Table 3.2 Secant Method (Sample Excel Output) Polynomial Function (a): Root 2 = хо X1 X2 f(xo) f(x1) f(x2) Remarks Table 3.3 Newton-Raphson Method (Sample Excel Output) Polynomial Function (a): Root 3 = xo X1 f(xo) f'(x) f(x1) Remarks