A typical Mathematica notebook containing text, graphics, and Mathematica expressions. The brackets on the right indicate the extent of each cell. Mathematica notebooks are ...
Mathematica has fully integrated support for many of the tools used in classical and modern finance. These capabilities include financial instrument valuation, advanced time ...
EquationTrekker[eqn, x, {t, t_min, t_max}] opens a graphical interface for specifying initial conditions and plotting the resulting numerical solution to the first or second ...
Mathematica can represent not only data and programs, but also the execution history of programs, as symbolic expressions—which can be displayed, manipulated, and analyzed ...
LocationTest[data] tests whether the mean or median of the data is zero. LocationTest[{data_1, data_2}] tests whether the means or medians of data_1 and data_2 are ...
ButcherPhi
(Numerical Differential Equation Analysis Package Symbol) ButcherPhi[tree, s] gives the weight of tree in an s-stage Runge\[Dash]Kutta method. ButcherPhi[tree] gives the weight of tree in stage-independent tensor notation.
ButcherPrincipalError[p, s] gives the principal error for a method of order p with s stages. ButcherPrincipalError[p] gives the principal error using stage-independent tensor ...
Converting to and from character codes. Mathematica assigns every character that can appear in a string a unique character code. This code is used internally as a way to ...
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
NArgMin
(Built-in Mathematica Symbol) NArgMin[f, x] gives a position x_min at which f is numerically minimized.NArgMin[f, {x, y, ...}] gives a position {x_min, y_min, ...} at which f is numerically ...