This repository contains all the algorithms studied in discipline "Calculo Numerico" of Biomedical Engineering course at UNIFESP in the second semester of 2018. All the algorithms are write in both MatLab and Python Languages. The programatric content of the discipline can be found here.
Prerequisites
To run the algorithms in this repo, you'll need to have either MatLab (or Octave) or Python 3 or both installed.
The algorithms studied in this discipline are divided in the folowing groups:
- Bissection rule
- Newton rule
- Secant rule
- Newton rule
- Gaussian Elimination method
- Gaussian Jacobi method
- Gaussian Seidel method
- Lagrangian method
- Polinomial method
- Divided differences method
- Least Mean Squares method
- Simpsom rule
- Trapezoidal rule
- Euler rule
- Runge-Kutta 2nd order
- Runge-Kutta 4th order
-
Anaconda: Solutions for Data Science Practitioners and Enterprise Machine Learning.
-
MatLab: A software for numerical computation.
-
Gnu Octave: Scientific Programming Language.