Page 1 of 1

. You are requested to do calculations by hand not using MATLAB command until unless stated 1. The movement of a cricket

Posted: Wed Apr 27, 2022 3:40 pm
by answerhappygod
You Are Requested To Do Calculations By Hand Not Using Matlab Command Until Unless Stated 1 The Movement Of A Cricket 1
You Are Requested To Do Calculations By Hand Not Using Matlab Command Until Unless Stated 1 The Movement Of A Cricket 1 (267.12 KiB) Viewed 27 times
. You are requested to do calculations by hand not using MATLAB command until unless stated 1. The movement of a cricket ball is given by the below function: g(x) = -x + sin(x) Determine its root using fixed point iteration method. Take initial guess as 0.5. Compute the approximate error after 8th iteration. (30 points) 2. Determine the root of the below equation using bisection (use XF-1, and Xu=0) and false position methods. You are supposed to stop your calculations after 4 iterations. Comment on the results obtain. g(x) = -12- 21x + 18x2 - 2.75x3 (40 points) 3. Write the MATLAB commands use to plots the function given in Problems 1 and 2. You are requested to attach the plots obtain in the pdf file. You can do this my taking the screenshot of the plot and pasted in word file then scanning it. (30 points)