InverseJacobiNS[v, m] gives the inverse Jacobi elliptic function ns -1 (v \[VerticalSeparator] m).
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...
Quartics is an option for functions that involve solving algebraic equations that specifies whether explicit forms for solutions to quartic equations should be given.
ArgMin
(Built-in Mathematica Symbol) ArgMin[f, x] gives a position x_min at which f is minimized.ArgMin[f, {x, y, ...}] gives a position {x_min, y_min, ...} at which f is minimized.ArgMin[{f, cons}, {x, y, ...}] ...
FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
BarnesG
(Built-in Mathematica Symbol) BarnesG[z] gives the Barnes G-function G(z).
Mathematica is widely used throughout the world for precollege education, in mathematics and many other fields. This page lists a few Mathematica functions used particularly ...
Simplifying expressions. Mathematica does not automatically simplify an algebraic expression like this. Simplify performs the simplification.
CUDAFunctionInformation[fun] returns information about a CUDAFunction.
Zeta
(Built-in Mathematica Symbol) Zeta[s] gives the Riemann zeta function \[Zeta](s). Zeta[s, a] gives the generalized Riemann zeta function \[Zeta](s, a).