Numerical Analysis Blog

Calcul Numeric, ISA II (RO), Technical University of Cluj-Napoca

This week's material

The material covered this week may be structured as follows:

Lecture 4 (Curs 4)

  1. Quasi Newton methods;
  2. Fixed point iterations (Metode de punct fix);
  3. Numerical methods for ODEs (Metode numerice pentru rezolvarea ecuațiilor diferențiale);
  4. Euler's method (Metoda lui Euler);
  5. Stability: explicit vs implicit

Laboratory (Laborator).

  1. Iterative methods for linear systems: implementation of Jacobi, Gauss-Seidel and SOR methods (if these were not implemented before).
  2. Linear regression and the least squares method (Regresie liniară și metoda celor mai mici pătrate)).
  3. Implementation of the bisection method. Matching the theoretical results with the experimental ones.
  4. Implementation of Newton's method. Convergence analysis.
  5. Newton's method for nonlinear systems. Implementation and convergence analysis.