Mathematica's approach to differential operators provides both an elegant and a convenient representation of mathematical structures, and an immediate framework for strong ...
UpSet
(Built-in Mathematica Symbol) lhs ^= rhs assigns rhs to be the value of lhs, and associates the assignment with symbols that occur at level one in lhs.
MathieuCharacteristicExponent[a, q] gives the characteristic exponent r for Mathieu functions with characteristic value a and parameter q.
Hypergeometric2F1Regularized[a, b, c, z] is the regularized hypergeometric function \[Null]_2 F_1 (a, b; c; z)/\[CapitalGamma](c).
ChebyshevT[n, x] gives the Chebyshev polynomial of the first kind T_n (x).
ChebyshevU[n, x] gives the Chebyshev polynomial of the second kind U_n (x).
BesselI
(Built-in Mathematica Symbol) BesselI[n, z] gives the modified Bessel function of the first kind I_n (z).
Mathematica provides fully integrated spline graphics primitives, such as Bézier curves, B-spline curves, and B-spline surfaces. The spline primitives support a full range of ...
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
NHoldFirst is an attribute which specifies that the first argument to a function should not be affected by N.