InverseEllipticNomeQ[q] gives the parameter m corresponding to the nome q in an elliptic function.
The differential equations that arise in modern applications often have discontinuous coefficients. DSolve can handle a wide variety of such ODEs with piecewise coefficients. ...
CountRoots[poly, x] gives the number of real roots of the polynomial poly in x.CountRoots[poly, {x, a, b}] gives the number of roots between a and b.
ModularLambda[\[Tau]] gives the modular lambda elliptic function \[Lambda](\[Tau]).
ConditionalExpression[expr, cond] is a symbolic construct that represents the expression expr when the condition cond is True.
InverseFunction[f] represents the inverse of the function f, defined so that InverseFunction[f][y] gives the value of x for which f[x] is equal to y. InverseFunction[f, n, ...
EulerEquations[f, u[x ], x] returns the Euler\[Dash]Lagrange differential equation obeyed by u[x] derived from the functional f, where f depends on the function u[x] and its ...
A plot of the solution given by DSolve can give useful information about the nature of the solution, for instance, whether it is oscillatory in nature. It can also serve as a ...
Algebraics represents the domain of algebraic numbers, as in x \[Element] Algebraics.
New function SemialgebraicComponentInstances has been added to the built-in Mathematica kernel.