This week's material
October 14, 2018 by Instructor
The material covered this week may be structured as follows:
Lecture 3 (Curs 3)
- Linear least squares (aproximarea în sensul celor mai mici pătrate-problema liniară).
- Numerical solutions to nonlinear equations (Rezolvarea numerică a ecuațiilor neliniare):
We discuss a general approach based on rewriting the above equation in the form:
based on which we can construct an iterative method.
- The bisection method (metoda injumatatirii). Algoritm si convergenta.
- Newton's method (metoda lui Newton sau metoda tangentei). Derivation of the method,
algorithm and convergence.
-
Quasi-Newton methods: the secant method (metoda secantei).
Laboratory (Laborator).
- Iterative methods for linear systems: implementation of Jacobi, Gauss-Seidel and SOR methods
(if these were not implemented before).
-
Linear regression and the least squares method (Regresie liniară și metoda celor mai mici
pătrate)).
- Implementation of the bisection method. Matching the theoretical results with the experimental ones.
- Implementation of Newton's method. Convergence analysis.
- Newton's method for nonlinear systems. Implementation and convergence analysis.
-
The secant method for nonlinear equations. Implementation and convergence analysis.