A differential system can sometimes be solved by analytic means. The function DSolve implements many of the known algorithmic techniques. However, differential systems that ...
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...
ChangeVertices[g, v] replaces the vertices of graph g with the vertices in the given list v. v can have the form {{x_1, y_1}, {x_2, y_2}, ...} or the form {{{x_1, y_1}, ...
MakeDirected[g] constructs a directed graph from a given undirected graph g by replacing each undirected edge in g by two directed edges pointing in opposite directions.
TriangularSurfacePlot[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots the surface according to the Delaunay triangulation established by projecting the points onto the x-y ...
TrimPoints
(Computational Geometry Package Symbol) TrimPoints is an option to DiagramPlot that specifies which diagram outlier vertex lies on the PlotRange limit.
OrderStarLegend is an option to OrderStarPlot that specifies whether to display the legend of symbols used to represent zeros, poles and interpolation points.
Mathematica 8 introduces a coherent collection of algorithms and data structures for working with permutation groups. Building upon Mathematica's proven symbolic ...
Factoring a quadratic polynomial in one variable is straightforward. But Mathematica routinely factors degree-100 polynomials in 3 variables—by making use of a tower of ...
ButtonBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for buttons within the cell.