The function FindRoot has a Jacobian option; the functions FindMinimum, FindMaximum, and FindFit have a Gradient option; and the "Newton" method has a method option Hessian. ...
Dynamic
(Built-in Mathematica Symbol) Dynamic[expr] represents an object that displays as the dynamically updated current value of expr. If the displayed form of Dynamic[expr] is interactively changed or edited, ...
LogNormalDistribution[\[Mu], \[Sigma]] represents a lognormal distribution derived from a normal distribution with mean \[Mu] and standard deviation \[Sigma].
MultinormalDistribution[\[Mu], \[CapitalSigma]] represents a multivariate normal (Gaussian) distribution with mean vector \[Mu] and covariance matrix \[CapitalSigma].
The Mathematica compiler can run computations in parallel. It does this by threading a compiled function over lists of data in parallel. A first step is to create a compiled ...
MinCut
(Graph Utilities Package Symbol) MinCut[g, k] partitions the undirected graph g into k parts where the number of edge cuts is approximately minimized.
Apply
(Built-in Mathematica Symbol) Apply[f, expr] or f @@ expr replaces the head of expr by f. Apply[f, expr, {1}] or f @@@ expr replaces heads at level 1 of expr by f.Apply[f, expr, levelspec] replaces heads ...
BernoulliGraphDistribution[n, p] represents a Bernoulli graph distribution for n-vertex graphs with edge probability p.
Differences[list] gives the successive differences of elements in list. Differences[list, n] gives the n\[Null]^th differences of list. Differences[list, {n_1, n_2, ...}] ...
DiscreteLQRegulatorGains[ss, {q, r}, \[Tau]] gives the optimal discrete-time state feedback gain matrix with sampling period \[Tau] for the continuous-time StateSpaceModel ...