Numerical analysis algorithms and methods studied in the Numerical Analysis (Cálculo Numérico) class at Universidade de Brasília (UnB) in the first semester of 2021.
The notebooks are divided in three parts: "e1", "e2" and "e3". The division was made based on the course program, starting from the basics of numerical analysis.
You can see the list below of what is available in this repository:
- Bisection method
- Newton's method
- Fixed-point iteration
- Solve upper triangular system
- Gaussian elimination (with and without a pivot)
- Gauss-Jacobi method
- Gauss-Seidel method
- LU decomposition
- Divided differences