1. Use fixed point iteration method to find the root of equation x3 – 2x – 1 = 0. Take the initial guess as x0=1.5. Perf
Posted: Tue Nov 16, 2021 7:06 am
1. Use fixed point iteration method to find the root of equation x3 – 2x – 1 = 0. Take the initial guess as x0=1.5. Perform 5 iterations.