Dynamic
(Built-in Mathematica Symbol) Dynamic[expr] represents an object that displays as the dynamically updated current value of expr. If the displayed form of Dynamic[expr] is interactively changed or edited, ...
Series
(Built-in Mathematica Symbol) Series[f, {x, x_0, n}] generates a power series expansion for f about the point x = x_0 to order (x - x_0) n. Series[f, {x, x_0, n_x}, {y, y_0, n_y}, ...] successively finds ...
TLE
(Mathematica Import/Export Format) TLE geospatial file format. Satellite data format. Stores Keplerian parameters of satellite orbits. TLE is an acronym for Two Line Element. ASCII format. Developed by the ...
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
HistogramDistribution[{x_1, x_2, ...}] represents the probability distribution corresponding to a histogram of the data values x_i.HistogramDistribution[{{x_1, y_1, ...}, ...
PossibleZeroQ[expr] gives True if basic symbolic and numerical methods suggest that expr has value zero, and gives False otherwise.
Together[expr] puts terms in a sum over a common denominator, and cancels factors in the result.
BorelTannerDistribution[\[Alpha], n] represents a Borel\[Dash]Tanner distribution with shape parameters \[Alpha] and n.
Norm
(Built-in Mathematica Symbol) Norm[expr] gives the norm of a number, vector or matrix. Norm[expr, p] gives the p-norm.
Mathematica provides a variety of functions for manipulating strings. Most of these functions are based on viewing strings as a sequence of characters, and many of the ...