Question: Write a Matlab code which is able to implement bisection, fixed point iterations, method for any given problem. Test your code for the problem below

Write a Matlab code which is able to implement bisection, fixed point iterations, method for any given problem. Test your code for the problem below for given
stopped criteria.
"Submit a file which includes both your code and a report prepared based on outputs of your codes and your comments."
f(x)=x3+4x2-10=0, find the real root of f(x) using xin[1,2]; initial guess x0=1.5
(50) a) the bisection,
(50) b)fixed point iteration methods,
Compare the results in terms of both method and stopping criteria (as error value)
Continue the iterations until different the error values as E=1**10-1,E=1**10-5, respectively. Also take consider six significant figures.f(x)=x3+4x2-10=0, find the real root of f(x) using x [1,2] ; initial guess x0=1.5
(50) a) the bisection,
(50) b)fixed point iteration methods,
Compare the results in terms of both method and stopping criteria (as error value)
Continue the iterations until different the error values as E=1*10-1, E=1*10-5, respectively. Also take consider six significant figures.
Write a Matlab code which is able to implement

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Civil Engineering Questions!