8000 GitHub - Xsarius/Numerical-Methods: Repo containing commonly used numerical methods in problem solving.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xsarius/Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical-Methods

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.

Versions

v1.4 (Mar 2021)

Changes:

Content:

  • 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

v1.3 (Mar 2021)

Changes:

  • 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

Content:

  • 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

v1.2 (Feb 2021)

Added:

  • Root finding:

    • Muller method
  • Interpolation:

    • Lagrange interpolation
    • Linear interpolation
    • Radial Basis Function interpolation
  • Functions:

    • Radial Basis function
  • Matricies:

    • Linear System solver

Content:

  • 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

v1.1 (Feb 2021)

Added:

  • Differentiation:
    • Runge-Kutta 4th order method
    • Euler method

Content:

  • 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

v1.0 (Feb 2021)

Initial version.

Content:

  • Differentiation:

    • Derivative
  • Integration:

    • Simpson method
    • Trapeze method
  • Root finding:

    • Bisec method
    • Regula falsi method
    • Newton method
    • Secant method

About

Repo containing commonly used numerical methods in problem solving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0