SphericalRegion is an option for three-dimensional graphics functions that specifies whether the final image should be scaled so that a sphere drawn around the ...
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
FindRoot[f, {x, x_0}] searches for a numerical root of f, starting from the point x = x_0.FindRoot[lhs == rhs, {x, x_0}] searches for a numerical solution to the equation lhs ...
The IDA package is part of the SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) developed at the Center for Applied Scientific Computing of Lawrence ...
Thickness[r] is a graphics directive which specifies that lines which follow are to be drawn with thickness r. The thickness r is given as a fraction of the horizontal plot ...
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
StableDistribution[type, \[Alpha], \[Beta], \[Mu], \[Sigma]] represents the stable distribution S_type with index of stability \[Alpha], skewness parameter \[Beta], location ...
LQRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with state and control weighting ...
PERTDistribution[{min, max}, c] represents a PERT distribution with range min to max and maximum at c.PERTDistribution[{min, max}, c, \[Lambda]] represents a modified PERT ...
RandomVariate[dist] gives a pseudorandom variate from the symbolic distribution dist.RandomVariate[dist, n] gives a list of n pseudorandom variates from the symbolic ...