MathieuGroupM12[] represents the sporadic simple Mathieu group M_12.
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.
Orthogonalize[{v_1, v_2, ...}] gives an orthonormal basis found by orthogonalizing the vectors v_i.Orthogonalize[{e_1, e_2, ...}, f] gives a basis for the e_i orthonormal ...
VertexDegree[g] gives the list of vertex degrees for all vertices in the graph g.VertexDegree[g, v] gives the vertex degree for the vertex v.
All the functionality in Geometry`Rotations` is now available in the built-in Mathematica kernel function RotationTransform.
HilbertMatrix[n] gives the n*n Hilbert matrix with elements of the form 1/(i + j - 1).HilbertMatrix[{m, n}] gives the m*n Hilbert matrix.
MathMLForm[expr] prints as a MathML form of expr.
TransferFunctionZeros[tf] gives a matrix of roots of the numerators in the TransferFunctionModel object tf.
TableForm[list] prints with the elements of list arranged in an array of rectangular cells.
Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...