Tooltip
(Built-in Mathematica Symbol) Tooltip[expr, label] displays label as a tooltip while the mouse pointer is in the area where expr is displayed.
Ordering[list] gives the positions in list at which each successive element of Sort[list] appears. Ordering[list, n] gives the positions in list at which the first n elements ...
Quartiles[list] gives a list of the 1/4, 1/2, and 3/4 quantiles of the elements in list.Quartiles[dist] gives a list of the 1/4, 1/2, and 3/4 quantiles of the symbolic ...
This section is concerned with the way that CUDALink is set up and configured for your machine. It will also help to track down and correct problems. CUDALink is designed to ...
ErlangDistribution[k, \[Lambda]] represents the Erlang distribution with shape parameter k and rate \[Lambda].
NDSolve
(Built-in Mathematica Symbol) NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
One of the most powerful aspects of graphics in Mathematica is the availability of three-dimensional as well as two-dimensional graphics primitives. By combining ...
Documentation Center opens the Wolfram Mathematica Documentation Center.
Virtual Book opens the Wolfram Mathematica Virtual Book, an updated and expanded electronic version of The Mathematica Book.
SQLExecute[conn, command] executes a command in an SQL connection.SQLExecute[conn, command, args] passes arguments to the command.