The release of Mathematica 6 in May 2007 represented a revolution in the development of Mathematica. Building on this revolution, Mathematica 7 not only greatly broadens and ...
Hull
(Computational Geometry Package Symbol) Hull is an option to DelaunayTriangulation that specifies whether the convex hull hull is to be returned in addition to the vertex adjacency list val describing the ...
LabelPoints is an option to DiagramPlot and PlanarGraphPlot that specifies whether to label points according to their position in the input list.
TrimPoints
(Computational Geometry Package Symbol) TrimPoints is an option to DiagramPlot that specifies which diagram outlier vertex lies on the PlotRange limit.
Arithmetic[] gives a list containing the number of digits of precision, the base, and the options and option values of the arithmetic currently in effect.
ND
(Numerical Calculus Package Symbol) ND[expr, x, x_0] gives a numerical approximation to the derivative of expr with respect to x at the point x_0.ND[expr, {x, n}, x_0] gives a numerical approximation to the ...
"Calling .NET from Mathematica" describes using .NET/Link to allow you to call from Mathematica into .NET, thereby extending the Mathematica environment to include the ...
NoncentralFRatioDistribution[n, m, \[Lambda]] represents a noncentral F-ratio distribution with n numerator degrees of freedom, m denominator degrees of freedom, and ...
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 ...
OpenCLImplicitRender3D[poly, vars, r] ray traces the implicit surface poly = 0 as a function of vars with bound sphere of radius r.