Caascade is a free Computation-as-a-Service API. Using Wordpress Shortcode, this plugin allows forms to be embedded for various mathematical operations. Users can enter expressions which are evaluated by a Caascade server. The Caascade plugin may be useful to bloggers and other web publishers who would like their readers to interact with their site's mathematical content.
Tetragy welcomes requests for new operations that may be specific to a user or organization. A demo of this WordPress plugin is available at
https://wp.tetragy.com. The Maxima backend may be cloned with the Github repository. Visit
https://math.tetragy.com/ for additional details!
The current version of the plugin provides for the following operations:
Arithmetic
- add
- subtract
- multipliy
- divide
- exponent
- factorial
- double factorial
- modulus operator
- beta & gamma functions
- is greater than
- is greater than or equal to
- is less than
- is less than or equal to
Algebra
- expand
- factor
- evaluate
- distribute over
- absolute value
- factor out
- polynomial divide
- square root
- solve
- allroots
Number Theory
- prime
- greatest common divisor
- isint
- isodd
- iseven
- asksign
Plotting
- plot2d
- plot3d
- contour plot
- implicit plot
- parametric plot
Calculus
- defint
- derivative
- integrate
- limit
- summation
- product
- La Place transform
Trigonometry
- arc cosine
- hyperbolic arc cosine
- arc cotangent
- hyperbolic cotangent
- arc secant
- hyperbolic arc cosecant
- arc secant
- hyperbolic arc secant
- arc sine
- hyperbolic arc sine
- arc cotangent
- hyperbolic arc cotangent
- cosine
- hyperbolic cosine
- cotangent
- hyperbolic cotangent
- cosecant
- hyperbolic cosecant
- exponential function
- natural logarithm
- secant
- hyperbolic secant
- sine
- hyperbolic sine
- tangent
- hyperbolic tangent
Miscellaneous
Matrix
- Matrix add
- Matrix multiply
- Determinant
- Invert matrix
- Download and enable the Caascade and Simple-MathJax plugins which are extracted to the
/wp-content/plugins/
directory.
- Use Shortcode in your posts to include a Caascade operation. For example:
[caascade com="prime"]
.
A demonstration of select operations can be found at
http://wp.tetragy.com/.
Visit
https://math.tetragy.com/ for additional documentation.