TuranGraph[n, k] gives the k-partite Turán graph with n vertices T n, k.
WheelGraph[n] gives the wheel graph with n vertices W_n.
Parallelize[expr] evaluates expr using automatic parallelization.
StateSpaceModel[{a, b, c, d}] represents the state-space model with state matrix a, input matrix b, output matrix c, and transmission matrix d. StateSpaceModel[tf] gives a ...
NProbability[pred, x \[Distributed] dist] gives the numerical probability for an event that satisfies the predicate pred under the assumption that x follows the probability ...
RSolve
(Built-in Mathematica Symbol) RSolve[eqn, a[n], n] solves a recurrence equation for a[n]. RSolve[{eqn_1, eqn_2, ...}, {a_1[n], a_2[n], ...}, n] solves a system of recurrence equations. RSolve[eqn, a[n_1, ...
Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
BarabasiAlbertGraphDistribution[n, k] represents a Barabasi\[Dash]Albert graph distribution for n-vertex graphs where a new vertex with k edges is added at each step.
Characters["string"] gives a list of the characters in a string.
DepthFirstScan[g, s, {"event_1" -> f_1, "event_2" -> f_2, ...}] performs a depth-first scan of the graph g starting at the vertex s and evaluates f_i whenever "event_i" ...