Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 814 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 814 Bytes

math-functions

This Repo is a collection of math-functions which are useful for numerical calculations. The list is constantly expanding.

Differentiation

  • 1st derivative
  • 2nd derivative
  • 3rd derivative

Integration

  • Rectangular left
  • Rectangular middle
  • Rectangular right
  • Simpson
  • Trapezoidal

Differential Equation

  • Euler solver
  • 2nd Runge-Kutta
  • 4th Runge-Kutta

Interpolation

  • Lagrange
  • Linear

Vector/Matrix

  • Max in Vector
  • Min in Vector
  • Matrix Simplification
  • Matrix Transpose

Others

  • Stack

Contact

Varga Laszlo - https://vargalaszlo.com - [email protected]

Project Link: https://github.com/vargalaszlo87/math-functions

portfolio