ItemStyle is an option for Grid, Column, and related constructs that specifies styles to use for items.
PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
PermutationReplace[expr, perm] replaces each part in expr by its image under the permutation perm.PermutationReplace[expr, gr] returns the list of images of expr under all ...
Sphere
(Built-in Mathematica Symbol) Sphere[{x, y, z}, r] represents a sphere of radius r centered at (x, y, z). Sphere[{x, y, z}] represents a sphere of radius 1. Sphere[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}, ...
SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.
TetGenSetMessages[True | False] enables or disables the issuing of messages from TetGen.
SchurDecomposition[m] yields the Schur decomposition for a numerical matrix m, given as a list {q, t} where q is an orthonormal matrix and t is a block upper-triangular ...