Framed
(Built-in Mathematica Symbol) Framed[expr] displays a framed version of expr.
GCD
(Built-in Mathematica Symbol) GCD[n_1, n_2, ...] gives the greatest common divisor of the n_i.
Infinity or \[Infinity] is a symbol that represents a positive infinite quantity.
InverseWaveletTransform[dwd] gives the inverse wavelet transform of a DiscreteWaveletData object dwd.InverseWaveletTransform[dwd, wave] gives the inverse transform using the ...
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, ...
LCM
(Built-in Mathematica Symbol) LCM[n_1, n_2, ...] gives the least common multiple of the n_i.
Level
(Built-in Mathematica Symbol) Level[expr, levelspec] gives a list of all subexpressions of expr on levels specified by levelspec. Level[expr, levelspec, f] applies f to the sequence of subexpressions.
ObservabilityGramian[ss] gives the observability Gramian of the StateSpaceModel object ss.
Real
(Built-in Mathematica Symbol) Real is the head used for real (floating-point) numbers.