Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.56 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.56 KB

Numerical Methods Projects

Łukasz Staniszewski

cringe banner
Here are my Numerical Methods projects made as part of a studies course.

Projects

  1. Computer Machine Accuracy, Gaussian elimination with partial selection of basic element, The Jacobi Iterative Method
[PL] DOCUMENTATION HERE [PL]
  1. 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]
  1. Finding function zeros, finding roots of a polynomial function.
[PL] DOCUMENTATION HERE [PL]
  1. RK4 method with constant step. Adams predictor-corrector method.
[PL] DOCUMENTATION HERE [PL]