FindMinimum[f, x] searches for a local minimum in f, starting from an automatically selected point.FindMinimum[f, {x, x_0}] searches for a local minimum in f, starting from ...
GompertzMakehamDistribution[\[Lambda], \[Xi]] represents a Gompertz distribution with scale parameter \[Lambda] and frailty parameter ...
LineIntegralConvolutionPlot[{{v_x, v_y}, image}, {x, x_min, x_max}, {y, y_min, y_max}] generates a line integral convolution plot of image convolved with the vector field ...
LogNormalDistribution[\[Mu], \[Sigma]] represents a lognormal distribution derived from a normal distribution with mean \[Mu] and standard deviation \[Sigma].
ParallelTable[expr, {i_max}] generates in parallel a list of i_max copies of expr.ParallelTable[expr, {i, i_max}] generates in parallel a list of the values of expr when i ...
StateFeedbackGains[ss, {p_1, p_2, ..., p_n}] gives the state feedback gain matrix for the StateSpaceModel object ss such that the poles of the closed-loop system are p_i.
Mathematica normally assumes that variables which appear in equations can stand for arbitrary complex numbers. But when you use Reduce, you can explicitly tell Mathematica ...
NDSolve
(Built-in Mathematica Symbol) NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
This tutorial covers advanced features of the Manipulate command. It assumes that you have read "Introduction to Manipulate" and thus have a good idea what the command is for ...
It is often useful to be able to detect and precisely locate a change in a differential system. For example, with the detection of a singularity or state change, the ...