Sale!

MATH 323 Worksheet 3 solved

Original price was: $35.00.Current price is: $30.00. $25.50

Category:

Description

5/5 - (4 votes)

Write a MATLAB function uses the following fixed point algorithm:
pn =
s
2 − p
4
n−1
3
, p0 = 1
to solve x
4 + 3x
2 − 2 = 0
Your program must
1.- Find p1, …, p10.
2.- Use p1, …, p10 to find ˆp1, …, pˆ8 Using Aitken’s method
3.- Plot both solutions in the same graph.
Name your m file using the following format.
WS3_LastName_FirstInital()
Upload your MATLAB code file to the corresponding Dropbox folder on by Saturday 9/11 before 11:59pm.
1