TreePlot lays out the vertices of a graph in a tree of successive layers, or a collection of trees. If the graph g is not a tree, TreePlot lays out its vertices on the basis ...
TetGenGetFacets[expr] returns the facets for a TetGen expression.
ListDensityPlot[array] generates a smooth density plot from an array of values. ListDensityPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a density plot with values ...
When Mathematica plots a graph for you, it has to make many choices. It has to work out what the scales should be, where the function should be sampled, how the axes should ...
This example shows how to generate a reusable progress bar panel and use it as a modeless dialog for displaying progress with your own Mathematica calculations. There are ...
Ellipsoid
(Multivariate Statistics Package Symbol) Ellipsoid[{x_1, ..., x_p}, {r_1, ..., r_p}] represents a p-dimensional ellipsoid centered at the point {x_1, ..., x_p} with semi-axis radii r_i aligned with the coordinate ...
NResidue
(Numerical Calculus Package Symbol) NResidue[expr, {z, z_0}] numerically finds the residue of expr near the point z = z_0.
GaussianQuadratureError[n, f, a, b] gives the leading term in the error of the elementary n-point Gaussian quadrature formula for the function f on an interval from a to ...
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 ...
Mathematica's symbolic document paradigm makes it uniquely easy to create complex structured documents programmatically, including both graphical elements and dynamic ...