BesselY
(Built-in Mathematica Symbol) BesselY[n, z] gives the Bessel function of the second kind Y_n (z).
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
SpheroidalEigenvalue[n, m, \[Gamma]] gives the spheroidal eigenvalue with degree n and order m.
You can export XML data from Mathematica using the standard Export function. Exporting files. The first argument of the function specifies the file to which the data should ...
CurvatureFlowFilter[image] applies a mean curvature flow filter to image.CurvatureFlowFilter[image, t] specifies the amount t of curvature flow to be ...
Gudermannian[z] gives the Gudermannian function gd(z).
Rationals represents the domain of rational numbers, as in x \[Element] Rationals.
Manipulate[expr, {u, u_min, u_max}] generates a version of expr with controls added to allow interactive manipulation of the value of u. Manipulate[expr, {u, u_min, u_max, ...
ExpressionToSymbolicMathML[expr] converts the Mathematica expression, expr, into a MathML-flavored SymbolicXML structure.
It is often useful to carry out a numerical integration using fixed step sizes. For example, certain methods such as "DoubleStep" and "Extrapolation" carry out a sequence of ...