- Floating
Normalized.
- The bisection method for
, starting from
, using a tolerance value of 1E-4.
- The Secant method for
, starting from
, using a tolerance value of 1E-6.
- Comparison of methods,
, starting from
.
- The order of convergence for the iteration algorithm with the different forms of .
- Left: Errors when finding a double root. Right: Successive errors with Newton's method for
(Triple root).
- An example for solving a system by iteration
- Another example for solving a system by iteration
- The Error Sequences
- You should use the following methods depending on the last digit of your Student ID.
- Error Sequences. The number of iterations is not limited to or defined as 15. corresponds to exact value of root.
- A comparison of singular and nonsingular matrices
- Successive estimates of solution (Jacobi method)
- Successive estimates of solution (Gauss-Seidel method)
- Fitting a polynomial to data.
- Interpolation of gasoline prices.
- Divided-difference table in symbolic form.
- Divided-difference table in numerical values.
- Data to illustrate curve fitting.
- Comparison of economized series with Maclaurin series.
- Comparison of Chebyshev series for with Maclaurin series.
- Data Points
- Forward-difference approximations for
.
- Central-difference approximations for
.
- Example for the trapezoidal rule.
Cem Ozdogan
2011-12-27