Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Do you include following m - files? HW 4 _ yourEmailAccount.m , fixedPoint _ yourEmailAccount.m , Newton _ yourEmailAccount.m , secant _ yourEmailAccount.m , modifiedSecant

Do you include following m-files?
HW4_yourEmailAccount.m,
fixedPoint_yourEmailAccount.m,
Newton_yourEmailAccount.m,
secant_yourEmailAccount.m,
modifiedSecant_yourEmailAccount.m, and
nonlinerNewton_yourEmailAccount.m
Are your dat file names following correct format like
HW4_numbering.dat?
Do you erase "clear all" and "close all" statement?
Do you use ; at the end of each statement?
If 'erel' is not specified, use 0.0001% as a default value.
If 'maxit' is not specified, use 50 as a default value.
Fixed Point Method, Newton-Raphson Method, &
Secant Method
Determine the highest real root of f5(x)=2x3-11.7x2+17.7x-
5:
Graphically (Just for checking out)
Use fixed point iteration method (three iterations, x0=2.9).
save the root on HW4_1.dat file
save the estimated error a on HW4_2.dat file
show all steps of three iterations by hands. (use an engineering
paper.)
Use Newton-Rapson method (three iterations, x0=2.9).
save the root on HW4_3.dat file
save the estimated error a on HW4_4.dat file
show all steps of three iterations by hands. (use an engineering
paper.)
Use Secant method (three iterations, x-1=2.9,x0=4).
save the root on HW4_5.dat file
save the estimated error a on HW4_6.dat file
show all steps of three iterations by hands. (use an engineering
paper.)
Use Modified secant method (three iterations, x0=2.9,=0.2).
save the root on HW4_7.dat file
save the estimated error a on HW4_8.dat file..... matlab code please
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Describe the linkages between HRM and strategy formulation. page 74

Answered: 1 week ago

Question

Identify approaches to improving retention rates.

Answered: 1 week ago