1. Use fixed-point iteration to determine a root of f(x)=x²-3x - 4 with Xo = 5. Perform the computation until &a ≤ 0.05%
Posted: Thu Jun 30, 2022 7:42 pm
1. Use fixed-point iteration to determine a root of f(x)=x²-3x - 4 with Xo = 5. Perform the computation until &a ≤ 0.05%. Use 4 decimal values. 2. Use fixed-point iteration to determine a root of f(x) = cos √x-x with Xo = 1. Perform the computation until ɛa ≤ 0.05%. Use 4 decimal values. 3. Employ the Newton-Raphson method to determine a real root for f(x) = x³ + x² − 3x - 3 - using an initial guess of xo = 3.0000. Perform the computation until ɛa ≤ |0.05%.| 4. Use secant method to determine a root of f(x) = ex - 3x² with initial guesses of x-1 = 3 and xo=4.0. Perform the computation until a ≤ 0.01%.