This repository contains Fortran implementations of numerical methods developed as part of university coursework.
The project focuses on understanding how numerical algorithms can be used to approximate mathematical problems that are difficult or impossible to solve exactly.
- Interpolation
- Numerical differentiation
- Numerical integration
- Ordinary differential equations
- Regression
- Profile approximation
The main goal of this project was to study the theoretical principles behind numerical methods and implement them from scratch in order to better understand their behavior and practical use.
Developed for a university Numerical Methods course.