VertexNormals is an option for graphics primitives which specifies the normal directions to assign to 3D vertices.
FunctionSpace is an option for FindSequenceFunction and related functions that specifies the space of functions to consider for representations.
LegendreP[n, x] gives the Legendre polynomial P_n (x). LegendreP[n, m, x] gives the associated Legendre polynomial P_n^m(x).
DeleteCases[expr, pattern] removes all elements of expr that match pattern. DeleteCases[expr, pattern, levelspec] removes all parts of expr on levels specified by levelspec ...
ExtentMarkers is an option to DiscretePlot and DiscretePlot3D that specifies markers to draw at extent boundaries.
Glaisher is Glaisher's constant with numerical value \[TildeEqual] 1.28243.
IntegerString[n] gives a string consisting of the decimal digits in the integer n. IntegerString[n, b] gives a string consisting of the base b digits in the integer n. ...
MangoldtLambda[n] gives the von Mangoldt function \[CapitalLambda](n).
An Euler equation is an ODE of the form The following is an example of an Euler equation. The Legendre linear equation is a generalization of the Euler equation. It has the ...
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.