Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 671 Bytes

File metadata and controls

19 lines (18 loc) · 671 Bytes

Numeric Methods course.

Numeric methods covered:

* Solving linear systems of equations
    * LU decomposition, Gauss Method
    * Iterative methods: Jacobi Method, Gauss-Seidel Method
* Quadratures
    * Rectangle Rule
    * Trapezoid Rule
    * Simpson Rule (Pretty sure this one doesn't work properly, gonna fix that later)
    * Gauss-Legendre quadratures
* Monte Carlo method
* Lagrange Interpolation
* Least Squares approximation
* Splines interpolation
* Non-linear equations
    * Euler method
    * Newton-Raphson method
    * Solving one particular systems of non-linear equations