Four underlying types of numbers are built into Mathematica. Intrinsic types of numbers in Mathematica. Rational numbers always consist of a ratio of two integers, reduced to ...
Graph6
(Mathematica Import/Export Format) Graph6 graph data format. Used for storing undirected graphs. ASCII format. Stores connectivity information for multiple undirected graphs. Suitable for small graphs or large ...
SuzukiDistribution[\[Mu], \[Nu]] represents the Suzuki distribution with shape parameters \[Mu] and \[Nu].
AlgebraicNumberDenominator[a] gives the smallest positive integer n such that n a is an algebraic integer.
TracePrint[expr] prints all expressions used in the evaluation of expr. TracePrint[expr, form] includes only those expressions which match form. TracePrint[expr, s] includes ...
"Interrupting Calculations" describes how you can interrupt a Mathematica computation by pressing appropriate keys on your keyboard. In some cases, you may want to simulate ...
Conditioned[expr, cond] or expr \[Conditioned] cond represents expr conditioned by the predicate cond.
The way modules work in Mathematica is basically very simple. Every time any module is used, a new symbol is created to represent each of its local variables. The new symbol ...
PiecewiseExpand[expr] expands nested piecewise functions in expr to give a single piecewise function. PiecewiseExpand[expr, assum] expands piecewise functions using ...
TetGen is a quality tetrahedral mesh generator and a three-dimensional Delaunay triangulator. It is used by Mathematica for various operations, such as interpolation in ...