DifferentialRoot[lde] represents a function that solves the linear differential equation specified by lde[y, x].
MathieuCharacteristicB[r, q] gives the characteristic value b_r for odd Mathieu functions with characteristic exponent r and parameter q.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
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 ...
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
Connect to Other Systems Get Help in Mathematica
Converting power series to normal expressions. Power series in Mathematica are represented in a special internal form, which keeps track of such attributes as their expansion ...
LibraryFunctionError[name, code] represents an error returned from a LibraryFunction.
The Mathematica function DSolve finds symbolic solutions to differential equations. (The Mathematica function NDSolve, on the other hand, is a general numerical differential ...
Return
(Built-in Mathematica Symbol) Return[expr] returns the value expr from a function. Return[] returns the value Null.