MinValue[f, x] gives the minimum value of f with respect to x.MinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... MinValue[{f, cons}, {x, y, ...
When you have numerical data, it is often convenient to find a simple formula that approximates it. For example, you can try to "fit" a line or curve through the points in ...
Names
(Built-in Mathematica Symbol) Names["string"] gives a list of the names of symbols which match the string. Names[patt] gives a list of names matching the arbitrary string pattern patt.
Patterns stand for classes of expressions. They contain pattern objects that represent sets of possible expressions. Pattern objects. When several pattern objects with the ...
Mathematica normally assumes that all your variables are global. This means that every time you use a name like x, Mathematica normally assumes that you are referring to the ...
The time it takes Mathematica to perform a computation is important information that can help you write efficient programs. Conveniently, you can display the time elapsed for ...
SquaresR[d, n] gives the number of ways r_d (n) to represent the integer n as a sum of d squares.
Maximize[f, x] maximizes f with respect to x.Maximize[f, {x, y, ...}] maximizes f with respect to x, y, .... Maximize[{f, cons}, {x, y, ...}] maximizes f subject to the ...
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 ...
Erfc
(Built-in Mathematica Symbol) Erfc[z] gives the complementary error function erfc(z).