Statistical distributions have applications in many fields, including the biological, social, and physical sciences. Mathematica represents statistical distributions as ...
ConditionalExpression[expr, cond] is a symbolic construct that represents the expression expr when the condition cond is True.
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
Floor
(Built-in Mathematica Symbol) Floor[x] gives the greatest integer less than or equal to x. Floor[x, a] gives the greatest multiple of a less than or equal to x.
FullForm[expr] prints as the full form of expr, with no special syntax.
Im
(Built-in Mathematica Symbol) Im[z] gives the imaginary part of the complex number z.
LerchPhi[z, s, a] gives the Lerch transcendent \[CapitalPhi] (z, s, a).
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.
PermutationGroup[{perm_1, ..., perm_n}] represents the group generated by multiplication of the permutations perm_1, ..., perm_n.