MarginalDistribution[dist, k] represents a univariate marginal distribution of the k\[Null]^th coordinate from the multivariate distribution dist.MarginalDistribution[dist, ...
NSolve
(Built-in Mathematica Symbol) NSolve[expr, vars] attempts to find numerical approximations to the solutions of the system expr of equations or inequalities for the variables vars. NSolve[expr, vars, ...
RegionPlot[pred, {x, x_min, x_max}, {y, y_min, y_max}] makes a plot showing the region in which pred is True.
Root
(Built-in Mathematica Symbol) Root[f, k] represents the exact k\[Null]^th root of the polynomial equation f[x] == 0. Root[{f, x_0}] represents the exact root of the general equation f[x] == 0 near x = ...
Many differential equations exhibit some form of stiffness, which restricts the step size and hence effectiveness of explicit solution methods. A number of implicit methods ...
Mathematically, sufficient conditions for a local minimum of a smooth function are quite straightforward: x^* is a local minimum if ∇f(x^*)=0 and the Hessian ∇^2f(x^*) is ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
Parallel computing in Mathematica is based on launching and controlling multiple Mathematica kernel (worker) processes from within a single master Mathematica, providing a ...
Legacy
(Parallel Package Tutorial) The parallel computing features of Mathematica entirely replace the Parallel Computing Toolkit that was available up to Mathematica Version 6. As stated in the Introduction, ...
SymbolicC provides automated formatting of the generated C output. This section reviews some of the ways that you can work with formatting to create your own styles of ...