Mathematica represents vectors as lists, and never needs to distinguish between row and column cases. Vectors in Mathematica can always mix numbers and arbitrary symbolic or ...
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.
Functions in Mathematica are carefully set up so that you normally do not have to know how they work inside. But particularly for numerical functions that use iterative ...
The syntax of the Mathematica language is unique among modern languages in allowing not just ordinary ASCII characters, but also a variety of special characters that greatly ...
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).
PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
Pause
(Built-in Mathematica Symbol) Pause[n] pauses for at least n seconds.
ReturnTextPacket[string] is a MathLink packet containing string, the result of an EnterTextPacket evaluation.
$ParentLink is the MathLink LinkObject currently used for input and output by the Mathematica kernel in a particular session.
mathlink.h MathLink header file.