The functionality of PolynomialPowerMod is now available in the kernel function PolynomialRemainder. Modulus is now an option to the kernel functions PolynomialQuotient and ...
MultipleListPlot is replaced by ListPlot and ListLinePlot, which now accept multiple sets of data. Dashing[{Dot,Dash,LongDash}] is replaced with ...
New function WordData has been added to the built-in Mathematica kernel. New function DictionaryLookup has been added to the built-in Mathematica kernel.
All the functionality in Miscellaneous`WorldNames` is now available in the built-in Mathematica kernel function CountryData.
New method option "PrincipalValue" has been added to the NIntegrate function of the built-in Mathematica kernel. The add-on package is now available on the web at ...
Distributions defined in this package have been added to the built-in Mathematica kernel. The input syntax for UniformDistribution has changed. Random and RandomArray are ...
ExpressionTree[e] plots the expression tree of e.ExpressionTreePlot[e, pos] plots the expression tree of e with its root placed at position pos.ExpressionTreePlot[e, pos, ...
FindHamiltonianCycle[g] attempts to find a Hamiltonian cycle.
GraphDistanceMatrix[g] gives a matrix in which the (i, j)\[Null]^th entry is the length of a shortest path in g between vertices i and j.GraphDistanceMatrix[g, Parent] ...
GraphPath[g, start, end] finds a shortest path between vertices start and end in graph g.