Matrix representations of graphs go back a long time and are still in some areas the only way to represent graphs. Adjacency matrices represent adjacent vertices and ...
ExponentStep is an option for NumberForm and related functions that determines in what steps exponents are taken to increase when scientific notation is used.
ReleaseHold[expr] removes Hold, HoldForm, HoldPattern, and HoldComplete in expr.
LevyDistribution[\[Mu], \[Sigma]] represents a Lévy distribution with location parameter \[Mu] and dispersion parameter \[Sigma].
InverseChiSquareDistribution[\[Nu]] represents an inverse \[Chi]^2 distribution with \[Nu] degrees of freedom.InverseChiSquareDistribution[\[Nu], \[Xi]] represents a scaled ...
MultipleListPlot is replaced by ListPlot and ListLinePlot, which now accept multiple sets of data. Dashing[{Dot,Dash,LongDash}] is replaced with ...
JacobianMatrix[pt] gives the Jacobian matrix of the transformation from the default coordinate system to the Cartesian coordinate system at the point pt. JacobianMatrix[pt, ...
PowerListQ[f] gives True if the list representing the powers of a primitive element of the field is used to do field arithmetic, and False otherwise.
InitializeUnionFind[n] initializes a union-find data structure for n elements.
NumberOfDerangements[n] counts the derangements on n elements, that is, the permutations without any fixed points.