The movement of a cricket ball is given by the below function: g(x) = -x + sin(73) Determine its root using fixed point
Posted: Wed Apr 27, 2022 7:32 pm
The movement of a cricket ball is given by the below function: g(x) = -x + sin(73) Determine its root using fixed point iteration method. Take initial guess as 0.5. Compute the approximate error after 8th iteration.