CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...
ControllabilityMatrix[ss] gives the controllability matrix of the StateSpaceModel object ss.
Count
(Built-in Mathematica Symbol) Count[list, pattern] gives the number of elements in list that match pattern. Count[expr, pattern, levelspec] gives the total number of subexpressions matching pattern that ...
CreateArchive[source] creates a compressed archive in the current directory from a file or directory specified by source.CreateArchive[source, path] creates a compressed ...
CriticalSection[{var_1, var_2, ...}, expr] locks the variables var_i with respect to parallel computation, evaluates expr, then releases the var_i.
Definition[symbol] prints as the definitions given for a symbol.
EdgeLabeling is an option for GraphPlot and related functions that specifies whether labeling specified for edges should be displayed by default.
KuiperTest[data] tests whether data is normally distributed using the Kuiper test.KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper ...
MakeExpression[boxes, form] is the low-level function used in Mathematica sessions to construct expressions from boxes.
MinimalStateSpaceModel[ss] gives the minimal state-space model of the StateSpaceModel object ss.