NDSolve returns solutions as InterpolatingFunction objects. Most of the time, simply using these as functions does what is needed, but occasionally it is useful to access the ...
In order to write the most general Mathematica programs you will sometimes need to find out global information about the setup under which your program is being run. Thus, ...
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
QuantilePlot[list] generates a plot of quantiles of list against the quantiles of a normal distribution.QuantilePlot[dist] generates a plot of quantiles of the distribution ...
SmoothHistogram3D[{{x_1, y_1}, {x_2, y_2}, ...}] plots a 3D smooth kernel histogram of the values {x_i, y_i}.SmoothHistogram3D[{{x_1, y_1}, {x_2, y_2}, ...}, espec] plots a ...
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
Mathematica expressions provide a very general way to handle all kinds of data, and you may sometimes want to use such expressions inside your external programs. A language ...
SQLColumn[...] represents a column in an SQL table.
Special forms for some common symbols. This is equivalent to Sin[60Degree]. Here is the long form of the input.