NetworkFlow[g, source, sink] returns the value of a maximum flow through graph g from source to sink. NetworkFlow[g, source, sink, Edge] returns the edges in g that have ...
ShowGraph[g] displays the graph g. ShowGraph[g, Directed] is obsolete and it is currently identical to ShowGraph[g].
PolyhedronData has been added to the built-in Mathematica kernel. A new Polyhedron Operations Package has been created.
New function ElementData has been added to the built-in Mathematica kernel.
ErrorBar
(Error Bar Plots Package Symbol) ErrorBar[{ negerror, poserror }] error in the positive and negative directions.ErrorBar[yerr] error yerr in both the positive and negative directions.ErrorBar[xerr, yerr] ...
ClusterFlatten[c] gives a flat list of the data elements contained in the cluster c.
TruncateDendrogram is an option for DendrogramPlot that specifies the fusion levels at which to truncate the dendrogram.
JustMajor is an interval list for the Just Major scale.
ButcherPrincipalError[p, s] gives the principal error for a method of order p with s stages. ButcherPrincipalError[p] gives the principal error using stage-independent tensor ...
GaussianQuadratureWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Gaussian formula for quadrature on the interval a to b, where w_i is the ...