MakeBoxes[expr, form] is the low-level function used in Mathematica sessions to convert expressions into boxes. MakeBoxes[expr] is the function to convert expr to ...
SetAccuracy[expr, a] yields a version of expr in which all numbers have been set to have accuracy a.
TransferFunctionModel[m, var] represents the model of the transfer-function matrix m with complex variable var.TransferFunctionModel[{num, den}, var] specifies the numerator ...
N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.
Here is one way to get multiple minima: call NMinimize multiple times with different random seeds, which will cause different optimization paths to be taken. This defines a ...
JacobiSN[u, m] gives the Jacobi elliptic function sn(u | m).
JacobiCN[u, m] gives the Jacobi elliptic function cn(u | m).
JacobiDN[u, m] gives the Jacobi elliptic function dn(u | m).
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
Assumptions is an option for functions such as Simplify, Refine, and Integrate that specifies default assumptions to be made about symbolic quantities.