Here are my Numerical Methods projects made as part of a studies course.
- Computer Machine Accuracy, Gaussian elimination with partial selection of basic element, The Jacobi Iterative Method
[PL] DOCUMENTATION HERE [PL]
- Determination of the polynomial function that best approximates the data. The system of normal equations and the QR decomposition of the equations system matrix of the problem.
[PL] DOCUMENTATION HERE [PL]
- Finding function zeros, finding roots of a polynomial function.
[PL] DOCUMENTATION HERE [PL]
- RK4 method with constant step. Adams predictor-corrector method.
[PL] DOCUMENTATION HERE [PL]