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 ...
NSolve
(Built-in Mathematica Symbol) NSolve[expr, vars] attempts to find numerical approximations to the solutions of the system expr of equations or inequalities for the variables vars. NSolve[expr, vars, ...
RegionPlot[pred, {x, x_min, x_max}, {y, y_min, y_max}] makes a plot showing the region in which pred is True.
RevolutionPlot3D[f_z, {t, t_min, t_max}] generates a plot of the surface of revolution with height f_z at radius t.RevolutionPlot3D[f_z, {t, t_min, t_max}, {\[Theta], ...
SphericalPlot3D[r, \[Theta], \[Phi]] generates a 3D plot with a spherical radius r as a function of spherical coordinates \[Theta] and \[Phi].SphericalPlot3D[r, {\[Theta], ...
This tutorial documents the XML representation of the user interface definition, GUIKitXML for short. This is a DTD representing the current GUIKit XML definitions. Use the ...
Mathematica provides a carefully chosen set of functions for accessing elements of lists either using indices or positions, or using patterns or criteria for their values.
InstanceOf[netobject, nettype] gives True if netobject is an instance of the type nettype, or a subtype, and False otherwise.
NETObjectQ[expr] gives True if expr is a valid reference to a .NET object, and False otherwise.
$InstalledServices is a list of the installed web service operations.