When you generate a very large output expression in Mathematica, you often do not want to see the whole expression at once. Rather, you would first like to get an idea of the ...
Structural operations on polynomials. Here is a polynomial in one variable. Expand expands out products and powers, writing the polynomial as a simple sum of terms.
GroupStabilizer[group, {p_1, ..., p_n}] returns the subgroup of elements of group that move none of the points p_1, ..., p_n.
StatusArea[expr, string] displays string in the status area of the current notebook when the mouse pointer is in the region where expr appears.
"Redrawing and Combining Plots" describes how you can make regular arrays of plots using GraphicsGrid. Using the Inset graphics primitive, however, you can combine and ...
KernelLink -- communicate with a Mathematica kernel, MathLink -- low-level methods for communicating with any MathLink program, MathLinkFactory -- create links, ...
CoprimeQ[n_1, n_2] yields True if n_1 and n_2 are relatively prime, and yields False otherwise. CoprimeQ[n_1, n_2, ...] yields True if all pairs of the n_i are relatively ...
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
OrderStarLegend is an option to OrderStarPlot that specifies whether to display the legend of symbols used to represent zeros, poles and interpolation points.