TetGenDelaunay[points] generates a Delaunay tetrahedralization for a 3D point set.
GraphPath[g, start, end] finds a shortest path between vertices start and end in graph g.
SquareFreeQ, PrimePowerQ, KroneckerSymbol, ChineseRemainder and PrimitiveRoot have been added to the built-in Mathematica kernel functions. NextPrime and PreviousPrime are ...
CalendarChange[{year, month, day}, calendar_1, calendar_2] converts the date {year, month, day} given in calendar calendar_1 into a date given in calendar ...
RegionPlot3D[pred, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] makes a plot showing the three-dimensional region in which pred is True.
RegionPlot[pred, {x, x_min, x_max}, {y, y_min, y_max}] makes a plot showing the region in which pred is True.
NSeries
(Numerical Calculus Package Symbol) NSeries[f, {x, x_0, n}] gives a numerical approximation to the series expansion of f about the point x = x_0 including the terms (x - x_0) -n through (x - x_0) n.
This example shows how to use a private database to store Mathematica commands and query the data from Java and Mathematica. If you find that the examples in this section do ...
FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
QRDecomposition[m] yields the QR decomposition for a numerical matrix m. The result is a list {q, r}, where q is an orthogonal matrix and r is an upper-triangular matrix.