EuclideanDistance[u, v] gives the Euclidean distance between vectors u and v.
EulerE
(Built-in Mathematica Symbol) EulerE[n] gives the Euler number E_n. EulerE[n, x] gives the Euler polynomial E_n (x).
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
RamanujanTau[n] gives the Ramanujan \[Tau] function \[Tau](n).
Standardize[list] shifts and rescales the elements of list to have zero mean and unit sample variance.Standardize[list, f_1] shifts the elements in list by f_1[list] and ...
The Mathematica kernel provides the functions FourierTransform and InverseFourierTransform for computing the symbolic Fourier exponential transform and inverse transform. It ...
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
You can use the Mathematica function DSolve to find symbolic solutions to ordinary and partial differential equations. Solving a differential equation consists essentially in ...
DayOfWeek[{year, month, day}] gives the day of the week on which the given date {year, month, day} occurred.DayOfWeek[{year, month, day, hour, minute, second}] gives the day ...
Beta
(Built-in Mathematica Symbol) Beta[a, b] gives the Euler beta function \[CapitalBeta](a, b). Beta[z, a, b] gives the incomplete beta function \[CapitalBeta]_z (a, b).