SpanCharacterRounding is an option for selections that specifies the method used for rounding a spanning character when its size is to be adjusted.
SpheroidalPSPrime[n, m, \[Gamma], z] gives the derivative with respect to z of the angular spheroidal function PS n, m (\[Gamma], z) of the first kind.
StringQ
(Built-in Mathematica Symbol) StringQ[expr] gives True if expr is a string, and False otherwise.
Translate[g, {x, y, ...}] represents graphics primitives g translated by the vector {x, y, ...}. Translate[g, {{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] represents multiple ...
Transparent represents perfect transparency in graphics or style specifications.
WindowMargins is a notebook option that specifies what margins to leave around the window that is used to display the notebook on the screen.
$MachinePrecision gives the number of decimal digits of precision used for machine-precision numbers.
$MinPrecision gives the minimum number of digits of precision to be allowed in arbitrary-precision numbers.
$TimeZone gives the current time zone to assume for dates and times.
A linear ODE with constant coefficients can be easily solved once the roots of the auxiliary equation (or characteristic equation) are known. Some examples of this type ...