- Short Description: Pratical exercises for the curricular unit of Numerical Methods.
- Institution: FEUP
- Course: MIEIC
- Curricular Unit: MNUM
- Bisection Method
- False Position Method
- Newton Method
- Picard Peano Method
- Guass Elimination
- Gauss-Jacobi Method
- Gauss-Seidel Method
- Trapeze Rule
- Simpson Rule
- Euler Method
- Second Order Runge-Kutta Method
- Fourth Order Runge-Kutta Method
Unidimensional Optimization
- Unidimensional Search
- Thirds Method
- Golden Ratio
- Quadratic Interpolation
Multidimensional Optimization
- Gradient Method
- Quadric Method
- Levenberg-Marquardt Method
- Python
- C++
- Maxima
This repository was used for educational purposes. The solutions here may not be the most efficient ones. You can use the code at your own risk.