TableauClasses[p] partitions the elements of permutation p into classes according to their initial columns during Young tableaux construction.
ButcherPlotColumns is an option to ButcherPlot that specifies the number of columns in the array of Butcher tree plots.
GraphicsRow[{g_1, g_2, ...}] generates a graphic in which the g_i are laid out in a row.GraphicsRow[list, spacing] leaves the specified spacing between successive elements.
FrameStyle is an option for Graphics, Grid, and other constructs that specifies the style in which to draw frames.
PolyhedronData[poly, " property"] gives the value of the specified property for the polyhedron named poly.PolyhedronData[poly] gives an image of the polyhedron named ...
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, ...
HistogramDistribution[{x_1, x_2, ...}] represents the probability distribution corresponding to a histogram of the data values x_i.HistogramDistribution[{{x_1, y_1, ...}, ...
RandomGraph[{n, m}] gives a pseudorandom graph with n vertices and m edges.RandomGraph[{n, m}, k] gives a list of k pseudorandom graphs.RandomGraph[gdist, ...] samples from ...
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
GUIKIT PACKAGE TUTORIAL URL » GUIKit/tutorial/SampleDialogStyles Copy Mathematica URL Copy web URL Go to web URL Dialog Style Samples Modal OK/Cancel Dialog Needs["GUIKit`"]; ...