DateList[] gives the current local date and time in the form {year, month, day, hour, minute, second}. DateList[time] gives a date list corresponding to an AbsoluteTime ...
DateString[] gives a string representing the complete current local date and time. DateString["elem"] gives the specified element or format for date and ...
D
(Built-in Mathematica Symbol) D[f, x] gives the partial derivative \[PartialD]f/\[PartialD]x. D[f, {x, n}] gives the multiple derivative \[PartialD]^n f/\[PartialD]x^n. D[f, x, y, ...] differentiates f ...
Eigenvectors[m] gives a list of the eigenvectors of the square matrix m. Eigenvectors[{m, a}] gives the generalized eigenvectors of m with respect to a. Eigenvectors[m, k] ...
ForAll
(Built-in Mathematica Symbol) ForAll[x, expr] represents the statement that expr is True for all values of x. ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond. ...
InverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.
MultinomialDistribution[n, {p_1, p_2, ..., p_m}] represents a multinomial distribution with n trials and probabilities p_i.
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.
PoissonConsulDistribution[\[Mu], \[Lambda]] represents a Poisson\[Dash]Consul distribution with parameters \[Mu] and \[Lambda].
Sinh
(Built-in Mathematica Symbol) Sinh[z] gives the hyperbolic sine of z.