ListLineIntegralConvolutionPlot[{array, image}] generates a line integral convolution plot of image convolved with the vector field defined by an array of vector field ...
ListContourPlot[array] generates a contour plot from an array of height values. ListContourPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a contour plot from values ...
Dynamic and Manipulate have holding attributes that are vital in making them work properly. However, those holding attributes can interfere with other structural operations ...
DefaultDuration is an option to Animate and related functions that specifies the default total duration of the animation in seconds.
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 ...
These "How tos" give step-by-step instructions for common tasks related to linear algebra in Mathematica .
ListLogLinearPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log-linear plot of the specified list of x and y values.ListLogLinearPlot[{list_1, list_2, ...}] plots several lists ...
FiniteGroupCount[n] gives the number of finite groups of order n.
ByteCount[expr] gives the number of bytes used internally by Mathematica to store expr.
The symbolic character of Mathematica graphics makes it straightforward to combine together different graphics constructs, both for presentation and interactive behavior—and ...