EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
FactorSquareFreeList[poly] gives a list of square-free factors of a polynomial, together with their exponents.
GraphDiameter[g] gives the maximum eccentricity of the vertices in the graph g.
IsomorphicGraphQ[g_1, g_2] yields True if the graphs g_1 and g_2 are isomorphic, and False otherwise.
KarhunenLoeveDecomposition[{a_1, a_2, ...}] gives the Karhunen\[Dash]Loeve transform {b_1, b_2, ...} of the numerical arrays {a_1, a_2, ...} and the transformation matrix m, ...
LaguerreL[n, x] gives the Laguerre polynomial L_n (x). LaguerreL[n, a, x] gives the generalized Laguerre polynomial L_n^a(x).
ReflectionTransform[v] gives a TransformationFunction that represents a reflection in a mirror through the origin, normal to the vector v.ReflectionTransform[v, p] gives a ...
SinhIntegral[z] gives the hyperbolic sine integral function Shi(z).
StateResponse[ss, u, t] gives the state response of the StateSpaceModel object ss to the input u as a function of time t.StateResponse[ss, u, {t, t_min, t_max}] gives the ...