GeneralizedVariance[matrix] gives the generalized variance for matrix.
InsertIntoTableau[e, t] inserts integer e into Young tableau t using the bumping algorithm. InsertIntoTableau[e, t, All] inserts e into Young tableau t and returns the new ...
Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
EdgeAdd
(Built-in Mathematica Symbol) EdgeAdd[g, e] makes a graph by adding the edge e to the graph g.EdgeAdd[g, {e_1, e_2, ...}] adds a collection of edges to g.
FlattenAt[list, n] flattens out a sublist that appears as the n\[Null] th element of list. If n is negative, the position is counted from the end. FlattenAt[expr, {i, j, ...
UnitTriangle[x] represents the unit triangle function on the interval |x| <= 1 .UnitTriangle[x_1, x_2, ...] represents the multidimensional unit triangle function on the ...
The differential equations that arise in modern applications often have discontinuous coefficients. DSolve can handle a wide variety of such ODEs with piecewise coefficients. ...
Picking out elements of lists. We will use this list for the examples. Here is the last element of t.
Subsets
(Built-in Mathematica Symbol) Subsets[list] gives a list of all possible subsets of list. Subsets[list, n] gives all subsets containing at most n elements. Subsets[list, {n}] gives all subsets containing ...
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.