JacobiCD[u, m] gives the Jacobi elliptic function cd(u | m).
JacobiDC[u, m] gives the Jacobi elliptic function dc(u | m).
JacobiSC[u, m] gives the Jacobi elliptic function sc(u | m).
Beta
(Built-in Mathematica Symbol) Beta[a, b] gives the Euler beta function \[CapitalBeta](a, b). Beta[z, a, b] gives the incomplete beta function \[CapitalBeta]_z (a, b).
Subfactorial[n] gives the number of permutations of n objects that leave no object fixed.
Minimize[f, x] minimizes f with respect to x.Minimize[f, {x, y, ...}] minimizes f with respect to x, y, .... Minimize[{f, cons}, {x, y, ...}] minimizes f subject to the ...
RiemannR[x] gives the Riemann prime counting function R(x).
Mathematica normally assumes that all your variables are global. This means that every time you use a name like x, Mathematica normally assumes that you are referring to the ...
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...
Basic 3D plotting function. This makes a three-dimensional plot of the function sin(xy). Three-dimensional graphics can be rotated in place by dragging the mouse inside of ...