ArrayQ
(Built-in Mathematica Symbol) ArrayQ[expr] gives True if expr is a full array or a SparseArray object, and gives False otherwise. ArrayQ[expr, patt] requires expr to be a full array with a depth that ...
Chop
(Built-in Mathematica Symbol) Chop[expr] replaces approximate real numbers in expr that are close to zero by the exact integer 0.
GraphRadius[g] gives the minimum eccentricity of the vertices in the graph g.
HermitianMatrixQ[m] tests whether m is a Hermitian matrix.
InverseHaversine[z] gives the inverse haversine function hav -1 (z).
NumberFieldIntegralBasis[a] gives an integral basis for the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
PriceGraphDistribution[n, k, a] represents a de Solla Price graph distribution for n-vertex graphs where a new vertex with k edges is added at each step using attractiveness ...
Rational is the head used for rational numbers.
SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...
SymmetricMatrixQ[m] tests whether m is a symmetric matrix.