Next:
About this document ...
Up:
assign1
Previous:
assign1
Assignment 1 - Solving Nonlinear Equations; Due to October 30, 2007
The function
occurs in the study of undamped forced oscillations. Write a
one complete program
to solve
in [0,2] by:
Halving the Interval (Bisection) Method
The Method of False Position (regula falsi)
Newton's Method
Muller's method
Fixed-point Iteration;
Method
You can make use of the available matlab codes presented in the Hands-On sessions.
Tabulate the actual error values as the following; (See Table
1
. The number of iterations is not limited to or defined as 15.)
Table 1:
The Error Sequences
Bisection
Regula Falsi
Newton
Muller
Fixed-point
n
1
2
3
4
5
6
7
8
9
10
12
13
14
15
Bisection
Regula Falsi
Newton
Muller
Fixed-point
n
1
2
3
4
5
6
7
8
9
10
12
13
14
15
Plot the behaviours of the errors (use ratios) for the all cases. Compare and discuss the rate of convergence.
Next:
About this document ...
Up:
assign1
Previous:
assign1
Cem Ozdogan 2007-10-14