Coth
(Built-in Mathematica Symbol) Coth[z] gives the hyperbolic cotangent of z.
EllipticF[\[Phi], m] gives the elliptic integral of the first kind F(\[Phi] \[VerticalSeparator] m).
As well as being able to specify colors in several color spaces, Mathematica also contains a variety of predefined colors and aesthetically pleasing color spectrums. These ...
GPX
(Mathematica Import/Export Format) GPX global positioning data. Standard format for exchanging GPS location data. Stores GIS data recorded with GPS devices. GPX is an acronym for GPS Exchange Format. XML ...
HurwitzLerchPhi[z, s, a] gives the Hurwitz\[Dash]Lerch transcendent \[CapitalPhi](z, s, a).
Interval[{min, max}] represents the range of values between min and max. Interval[{min_1 , max_1}, {min_2 , max_2}, ...] represents the union of the ranges min_1 to max_1, ...
The equations of motion for a free rigid body whose center of mass is at the origin are given by the following Euler equations (see [MR99]). Two quadratic first integrals of ...
Nearest
(Built-in Mathematica Symbol) Nearest[{elem_1, elem_2, ...}, x] gives the list of elem_i to which x is nearest. Nearest[{elem_1 -> v_1, elem_2 -> v_2, ...}, x] gives the v_i corresponding to the elem_i to ...
The general form of a nonlinear second-order ODE is For simplicity, assume that the equation can be solved for the highest-order derivative y^ ′′(x) to give There are a few ...
List
(Built-in Mathematica Symbol) {e_1, e_2, ...} is a list of elements.