https://github.com/vargalaszlo87/math-functions
Math solutions.
https://github.com/vargalaszlo87/math-functions
c derivate euler integral-rectangular integral-simpson integral-trapezoidal integrate interpolation interpolation-lagrange interpolation-linear runge-kutta stack vector vector-max vector-min
Last synced: over 1 year ago
JSON representation
Math solutions.
- Host: GitHub
- URL: https://github.com/vargalaszlo87/math-functions
- Owner: vargalaszlo87
- License: gpl-3.0
- Created: 2023-07-06T09:25:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T13:48:10.000Z (over 1 year ago)
- Last Synced: 2025-03-12T14:40:51.551Z (over 1 year ago)
- Topics: c, derivate, euler, integral-rectangular, integral-simpson, integral-trapezoidal, integrate, interpolation, interpolation-lagrange, interpolation-linear, runge-kutta, stack, vector, vector-max, vector-min
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 - mail@vargalaszlo.com
Project Link: https://github.com/vargalaszlo87/math-functions
[](http://vargalaszlo.com)