The execution of a Mathematica program involves the evaluation of a sequence of Mathematica expressions. In simple programs, the expressions to be evaluated may be separated ...
Functions in Mathematica are carefully set up so that you normally do not have to know how they work inside. But particularly for numerical functions that use iterative ...
You can give Solve a list of simultaneous equations to solve. Solve can find explicit solutions for a large class of simultaneous polynomial equations. Here is a simple ...
Mathematica allows you to use special notation for many common operators. For example, although internally Mathematica represents a sum of two terms as Plus[x,y], you can ...
All the functions FindMinimum, FindMaximum, and FindRoot take variable specifications of the same form. The function FindFit uses the same form for its parameter ...
ExponentialDistribution[\[Lambda]] represents an exponential distribution with scale inversely proportional to parameter \[Lambda].
FinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.FinancialDerivative[instrument, params, ambientparams, prop] ...
MultivariateTDistribution[\[CapitalSigma], \[Nu]] represents the multivariate Student t distribution with scale matrix \[CapitalSigma] and degrees of freedom parameter ...
StateSpaceModel[{a, b, c, d}] represents the state-space model with state matrix a, input matrix b, output matrix c, and transmission matrix d. StateSpaceModel[tf] gives a ...
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 ...