Geometry`Polytopes` functionality is available in the kernel function PolyhedronData.
The functionality of PrimitiveElement is now available in the newly added built-in Mathematica kernel function ToNumberField.
ZeroTest is an option to various linear algebra functions that gives a function to use in testing whether symbolic expressions should be treated as zero.
MultiplicationTable[l, f] constructs the complete transition table defined by the binary relation function f on the elements of list l.
RankRGF
(Combinatorica Package Symbol) RankRGF[f] returns the rank of a restricted growth function (RGF) f in the lexicographic order of all RGFs.
RGFQ
(Combinatorica Package Symbol) RGFQ[l] yields True if l is a restricted growth function. It yields False otherwise.
UnrankRGF[r, n] returns a restricted growth function defined on the first n natural numbers whose rank is r.
New function HornerForm has been added to the built-in Mathematica kernel.
New function PolynomialExtendedGCD has been added to the built-in Mathematica kernel.