ReturnPacket[expr] is a MathLink packet that contains the expression expr, the result of an EvaluatePacket evaluation.
ReturnTextPacket[string] is a MathLink packet containing string, the result of an EnterTextPacket evaluation.
TrigFactor[expr] factors trigonometric functions in expr.
$DynamicEvaluation is a symbol whose value is True if it is evaluated as part of the evaluation of a Dynamic.
$ParentLink is the MathLink LinkObject currently used for input and output by the Mathematica kernel in a particular session.
TradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. TradingChart[{" name", daterange}] makes a ...
FactorInteger[n] gives a list of the prime factors of the integer n, together with their exponents. FactorInteger[n, k] does partial factorization, pulling out at most k ...
This package implements Hamilton's quaternion algebra. Quaternions have the form a+bi+cj+dk where a, b, c, and d are real numbers. The symbols i, j, and k are multiplied ...
Mathematica is uniquely suited for processing symbolic expressions because of its powerful pattern-matching abilities and large collection of built-in structural manipulation ...
At the core of Mathematica's symbolic programming paradigm is the concept of transformation rules for arbitrary symbolic patterns. Mathematica's pattern language conveniently ...