Repo containing commonly used numerical methods in problem solving.
The only puropses of this repo are to get a better understanging how calculations are performed by more complex software, to have simple code at hand and to practise and improve usage of GitHub.
-
Differentiation:
- Derivative
- Runge-Kutta 4th order method
- Euler method
-
Integration:
- Simpson method
- Trapeze method
-
Interpolation:
- Polynomial interpolation
- Linear interpolation
- Radial Basis Function interpolation
-
Root finding:
- Muller method
- Bisec method
- Regula falsi method
- Newton method
- Secant method
-
Functions:
- Gauss Radial Basis Function
- Factorial function
-
Matricies:
- Linear System solver
-
Interpolation:
- Changed name: Lagrange to Polynomial
- Added Newton Backwards Difference Interpolation
- Added Newton Forward Difference Interpolation
-
Functions:
- Changed name: Radial basis function to Gauss radial Basis function
- Added Factorial function
-
Other:
- Tweaks and code optimalisation
-
Differentiation:
- Derivative
- Runge-Kutta 4th order method
- Euler method
-
Integration:
- Simpson method
- Trapeze method
-
Interpolation:
- Polynomial interpolation
- Linear interpolation
- Radial Basis Function interpolation
- Newton Forward Difference interpolation
- Newton Backwards Difference Interpolation
-
Root finding:
- Muller method
- Bisec method
- Regula falsi method
- Newton method
- Secant method
-
Functions:
- Gauss Radial Basis Function
- Factorial function
-
Matricies:
- Linear System solver
-
Root finding:
- Muller method
-
Interpolation:
- Lagrange interpolation
- Linear interpolation
- Radial Basis Function interpolation
-
Functions:
- Radial Basis function
-
Matricies:
- Linear System solver
-
Differentiation:
- Derivative
- Runge-Kutta 4th order method
- Euler method
-
Integration:
- Simpson method
- Trapeze method
-
Interpolation:
- Lagrange interpolation
- Linear interpolation
- Radial Basis Function interpolation
-
Root finding:
- Muller method
- Bisec method
- Regula falsi method
- Newton method
- Secant method
-
Functions:
- Radial Basis function
-
Matricies:
- Linear System solver
- Differentiation:
- Runge-Kutta 4th order method
- Euler method
-
Differentiation:
- Derivative
- Runge-Kutta 4th order method
- Euler method
-
Integration:
- Simpson method
- Trapeze method
-
Root finding:
- Bisec method
- Regula falsi method
- Newton method
- Secant method
-
Differentiation:
- Derivative
-
Integration:
- Simpson method
- Trapeze method
-
Root finding:
- Bisec method
- Regula falsi method
- Newton method
- Secant method