Skip to content

Numeric Methods course during 5th semester of Computer Science studies.

Notifications You must be signed in to change notification settings

nwroblewski/Numeric-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numeric Methods course.

Numeric methods covered:

* Solving linear systems of equations
    * LU decomposition, Gauss Method
    * Iterative methods: Jacobi Method, Gauss-Seidel Method
* Quadratures
    * Rectangle Rule
    * Trapezoid Rule
    * Simpson Rule (Pretty sure this one doesn't work properly, gonna fix that later)
    * Gauss-Legendre quadratures
* Monte Carlo method
* Lagrange Interpolation
* Least Squares approximation
* Splines interpolation
* Non-linear equations
    * Euler method
    * Newton-Raphson method
    * Solving one particular systems of non-linear equations            

About

Numeric Methods course during 5th semester of Computer Science studies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published