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).
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.
AiryBiPrime[z] gives the derivative of the Airy function Bi^\[Prime] (z).
Mathematica has fundamental support for both explicit complex numbers and symbolic complex variables. All applicable mathematical functions support arbitrary-precision ...
With its core symbolic paradigm and immediate access to sophisticated numerical, symbolic and geometric algorithms, Mathematica is able to provide a uniquely flexible and ...
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
EndPackage[] restores $Context and $ContextPath to their values before the preceding BeginPackage, and prepends the current context to the list $ContextPath.