Epilog
(Built-in Mathematica Symbol) Epilog is an option for graphics functions that gives a list of graphics primitives to be rendered after the main part of the graphics is rendered.
FindRoot[f, {x, x_0}] searches for a numerical root of f, starting from the point x = x_0.FindRoot[lhs == rhs, {x, x_0}] searches for a numerical solution to the equation lhs ...
KCoreComponents[g, k] gives the k-core components of the underlying simple graph of g.KCoreComponents[g, k, "InDegree"] gives the k-core components with vertex in-degrees at ...
LineSpacing is an option for Style and Cell that specifies the spacing between successive lines of text.
NumberFieldNormRepresentatives[a, m] gives a list of representatives of classes of algebraic integers of norm \[PlusMinus]m in the field \[DoubleStruckCapitalQ][a] generated ...
PermutationOrder[perm] gives the order of permutation perm.
PrimePowerQ[expr] yields True if expr is a power of a prime number, and yields False otherwise.
ReadList["file"] reads all the remaining expressions in a file and returns a list of them. ReadList["file", type] reads objects of the specified type from a file, until the ...
SeriesData[x, x_0, {a_0, a_1, ...}, n_min, n_max, den] represents a power series in the variable x about the point x_0. The a_i are the coefficients in the power series. The ...
StringCount["string", " sub"] gives a count of the number of times " sub" appears as a substring of " string". StringCount["string", patt] gives the number of substrings in " ...