This is a collection of three projects creeated for ENUME course at Warsaw University of Technology. All projects are written in MATLAB. Each project is stored on a separate branch with respective READMEs containing descriptions.
1. Project A
- Machine epsilon
- Solving system of n linear equations Ax = b using Gaussian elimination method with pivoting
- Gauss-Seidel and Jacobi iterative algorithms
- QR factorization for finding eigenvalues.
2. Project B
- The false position method – regula falsi & The Newton’s method – tangent method
- Muller’s method
- Laguerre’s method
3. Project C
- Least-squares approximation
- Runge-Kutta (RK) methods & Adams PC method (P5EC5E)