Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 921 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 921 Bytes

Numerical Analysis Algorithms

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.

Available Algorithms

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:

E1 Algorithms

  • Bisection method
  • Newton's method
  • Fixed-point iteration

E2 Algorithms

  • Solve upper triangular system
  • Gaussian elimination (with and without a pivot)
  • Gauss-Jacobi method
  • Gauss-Seidel method
  • LU decomposition

E3 Algorithms

  • Divided differences

License

MIT