Math API
API for various mathematical calculations, including matrixs operations, basic group theory, and machine learning math.
1 subscribers
8.6/10 popularity
773 ms avg latency
85% success rate
27 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Math API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Info /info |
Get information about the API and its endpoints. |
| POST |
Derivative /calculus/derivative |
Calculate the derivative of an expression. |
| POST |
Definite integral /calculus/integral |
Calculate a definite integral. |
| POST |
Limit /calculus/limit |
Calculate the limit of an expression. |
| POST |
Taylor Series /calculus/taylor |
Find the Taylor Series expansion of an expression. |
| POST |
ODE Euler method /differential/euler |
Solve an ODE with the Euler method. |
| POST |
ODE Runge-Kutta /differential/rungeKutta |
Solve an ODE with the 4th order Runge-Kutta method. |
| POST |
Descriptive Statistics /statistics/descriptive |
Calculate descriptive statistics. |
| POST |
Correlation /statistics/correlation |
Calculate the Pearson correlation coefficient. |
| POST |
Regression /statistics/regression |
Perform linear regression analysis. |
| POST |
Hypothesis /statistics/hypothesis |
Perform hypothesis testing. |
| POST |
Matrix Multiplication /linear/multiply |
Multiply two matrices. |
| POST |
Matrix Determinant /linear/determinant |
Find the determinant of a matrix. |
| POST |
Matrix Inverse /linear/inverse |
Find the inverse of a matrix. |
| POST |
Matrix Eigenvalues /linear/eigenvalues |
Calculate the eigenvalues and eigenvectors of a matrix. |
| POST |
Linear Solve /linear/solve |
Solve a linear system Ax = b. |
| POST |
Gradient Descent /ml/gradient |
Calculate gradient descent step. |
| POST |
Activation functions /ml/activation |
Apply activation functions. |
| POST |
PCA /ml/pca |
Perform Principal Component Analysis. |
| POST |
Cayley Table /groups/cayleyTable |
Generate a Cayley Table for a group. |
| POST |
Group Properties /groups/groupProperties |
Analyze group properties. |
| POST |
Evaluate /utils/evaluate |
Evaluate expressions. |
| POST |
Simplify /utils/simplify |
Simplify an expression. |
| POST |
Factor /utils/factor |
Factor polynomials. |
| POST |
Roots /utils/roots |
Find polynomial roots. |
| POST |
Bisection /numerical/bisection |
Find roots with bisection. |
| POST |
Newton-Raphson /numerical/newton |
Find roots with the Newton-Raphson method. |
Math API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4 / month | — |
|
| ULTRA Recommended | $16 / month | — |
|
| MEGA | $32 / month | — |
|