Important for elliptical shapes and periodic potentials, Mathematica achieves a new level of implementation for Mathieu-related functions, supporting arbitrary-precision ...
LinearSolveFunction[dimensions, data] represents a function for providing solutions to a matrix equation.
ListInterpolation[array] constructs an InterpolatingFunction object that represents an approximate function that interpolates the array of values given. ...
LinearRecurrence[ker, init, n] gives the sequence of length n obtained by iterating the linear recurrence with kernel ker starting with initial values ...
StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).
NullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.
StruveL
(Built-in Mathematica Symbol) StruveL[n, z] gives the modified Struve function L n (z).
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
FunctionSpace is an option for FindSequenceFunction and related functions that specifies the space of functions to consider for representations.
Apart
(Built-in Mathematica Symbol) Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators. Apart[expr, var] treats all variables other than var as constants.