ListVectorPlot3D[array] generates a 3D vector plot from a 3D array of vector field values.ListVectorPlot3D[{{{x_1, y_1, z_1}, {vx_1, vy_1, vz_1}}, ...}] generates a 3D vector ...
Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...
SQLSelect[conn, table] extracts data from a table in an SQL connection. SQLSelect[conn, table, cols] extracts data from particular columns.SQLSelect[conn, table, cols, cond] ...
This tutorial covers advanced features of the Manipulate command. It assumes that you have read "Introduction to Manipulate" and thus have a good idea what the command is for ...
Thickness[r] is a graphics directive which specifies that lines which follow are to be drawn with thickness r. The thickness r is given as a fraction of the horizontal plot ...
Product
(Built-in Mathematica Symbol) Product[f, {i, i_max}] evaluates the product \[Product]i = 1 i_max f. Product[f, {i, i_min, i_max}] starts with i = i_min. Product[f, {i, i_min, i_max, di}] uses steps di. ...
ReliefImage[array] generates a relief image of an array of height values.
ListVectorPlot[array] generates a vector plot from an array of vector field values.ListVectorPlot[{{{x_1, y_1}, {vx_1, vy_1}}, ...}] generates a vector plot from vector field ...
InterpolationPoints is an option to SmoothKernelDistribution and FunctionInterpolation that specifies the initial number of interpolation points to use.
PackingMethod is an option for GraphPlot and related functions which specifies how disconnected components should be packed together in the layout produced.