ImageSizeMultipliers is an option that specifies how much smaller to render graphics that appear within other constructs.
VertexAdd[g, v] makes a graph by adding the vertex v to the graph g.VertexAdd[g, {v_1, v_2, ...}] adds a collection of vertices to g.
VertexDelete[g, v] makes a graph by deleting the vertex \[Nu] and all edges connected to v from the graph g.VertexDelete[g, {v_1, v_2, ...}] deletes a collection of vertices ...
MatrixRank[m] gives the rank of the matrix m.
NullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.
ScriptMinSize is an option for Style that specifies the minimum font size to use in rendering subscripts, etc.
In many kinds of numerical computations, it is convenient to introduce approximate functions. Approximate functions can be thought of as generalizations of ordinary ...
CompleteGraph[n] gives the complete graph with n vertices K_n.CompleteGraph[{n_1, n_2, ..., n_k}] gives the complete k-partite graph with n_1 + n_2 + \[CenterEllipsis] + n_k ...
SetArithmetic[d] sets the number of digits of precision d to be used in ComputerNumber objects.SetArithmetic[d, b] sets the number of digits of precision d and the base b to ...
TetGenTetrahedralize[expr, settings] tetrahedralizes a TetGen expression using settings, and returns the result in a new TetGen expression.