New function ElementData has been added to the built-in Mathematica kernel.
In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
QRDecomposition[m] yields the QR decomposition for a numerical matrix m. The result is a list {q, r}, where q is an orthogonal matrix and r is an upper-triangular matrix.
HaarWavelet[] represents a Haar wavelet.
Mathematica notebooks provide a sophisticated environment for creating technical documents. But particularly if you want to merge your work with existing material in TeX, you ...
InstallService["url"] installs the web service operations in the WSDL description at the URL given.InstallService["url", "context`"] installs web service operations, creating ...
DavisDistribution[b, n, \[Mu]] represents a Davis distribution with scale parameter b, shape parameter n, and location parameter \[Mu].
LogGammaDistribution[\[Alpha], \[Beta], \[Mu]] represents a log-gamma distribution with shape parameters \[Alpha] and \[Beta] and location parameter \[Mu].
RevolutionAxis is an option for RevolutionPlot3D which specifies the revolution axis around which the curve should be rotated.
Quiet
(Built-in Mathematica Symbol) Quiet[expr] evaluates expr "quietly", without actually outputting any messages generated.Quiet[expr, {s_1::t_1, s_2::t_2, ...}] quietens only the specified messages during ...