Im
(Built-in Mathematica Symbol) Im[z] gives the imaginary part of the complex number z.
JacobiND[u, m] gives the Jacobi elliptic function nd(u | m).
LeastSquares[m, b] finds an x that solves the linear least-squares problem for the matrix equation m.x == b.
MomentGeneratingFunction[dist, t] gives the moment generating function for the symbolic distribution dist as a function of the variable t. MomentGeneratingFunction[dist, ...
NevilleThetaD[z, m] gives the Neville theta function \[CurlyTheta]_d (z \[VerticalSeparator] m).
Norm
(Built-in Mathematica Symbol) Norm[expr] gives the norm of a number, vector or matrix. Norm[expr, p] gives the p-norm.
Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
Scaled
(Built-in Mathematica Symbol) Scaled[{x, y, ...}] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole plot range in each direction. Scaled[{dx, dy, ...
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
While differential equations have three basic types—ordinary (ODEs), partial (PDEs), or differential-algebraic (DAEs), they can be further described by attributes such as ...