DegreeGraphDistribution[dlist] represents a degree graph distribution with vertex degree dlist.
DiracDelta[x] represents the Dirac delta function \[Delta](x). DiracDelta[x_1, x_2, ...] represents the multidimensional Dirac delta function \[Delta](x_1, x_2, ...).
EstimatorGains[ss, {p_1, p_2, ..., p_n}] gives the estimator gain matrix for the StateSpaceModel object ss, such that the poles of the estimator are p_i.
Expand
(Built-in Mathematica Symbol) Expand[expr] expands out products and positive integer powers in expr. Expand[expr, patt] leaves unexpanded any parts of expr that are free of the pattern patt. >
FactorTermsList[poly] gives a list in which the first element is the overall numerical factor in poly, and the second element is the polynomial with the overall factor ...
FileHash["file"] gives an integer hash code for the contents of the specified file.FileHash["file", " type"] gives an integer hash of the specified type.
FrobeniusNumber[{a_1, ..., a_n}] gives the Frobenius number of a_1, ..., a_n.
GraphComplement[g] gives the graph complement of the graph g.
GraphQ
(Built-in Mathematica Symbol) GraphQ[g] yields True if g is a valid Graph object and False otherwise.
GraphRadius[g] gives the minimum eccentricity of the vertices in the graph g.