GroebnerBasis[{poly_1, poly_2, ...}, {x_1, x_2, ...}] gives a list of polynomials that form a Gröbner basis for the set of polynomials poly_i. GroebnerBasis[{poly_1, poly_2, ...
GXL
(Mathematica Import/Export Format) GXL graph data format. Used for the storage and exchange of graphs. GXL is an acronym derived from Graph Exchange Language. XML-based format. Represents typed, attributed, ...
ColorSeparate[image] gives a list of single-channel images corresponding to each of the color channels in image.ColorSeparate[image, colorspace] gives a list of images ...
FileNameSplit["filename"] splits a file name into a list of parts.
GroupActionBase is an option to specify a base for a group.
GroupGenerators[group] returns a list of generators of group.
PermutationCyclesQ[expr] returns True if expr is a permutation in disjoint cyclic form, and False otherwise.
PlotLayout is an option used by WaveletListPlot and similar functions to specify the layout of multiple plots.
Product
(Built-in Mathematica Symbol) Product[f, {i, i_max}] evaluates the product \[Product]i = 1 i_max f. Product[f, {i, i_min, i_max}] starts with i = i_min. Product[f, {i, i_min, i_max, di}] uses steps di. ...
A delay differential equation is a differential equation where the time derivatives at the current time depend on the solution and possibly its derivatives at previous times: ...