ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
Item
(Built-in Mathematica Symbol) Item[expr, options] represents an item within constructs such as Grid, Overlay, and Manipulate that displays with expr as the content, and with the specified options applied ...
The representation of algebraic numbers. When you enter a Root object, the polynomial that appears in it is automatically reduced to a minimal form. This extracts the pure ...
The general principle that Mathematica follows in evaluating expressions is to go on applying transformation rules until the expressions no longer change. This means, for ...
When Mathematica reads the text x^y, it interprets it as x raised to the power y. In a notebook, you can also give the two-dimensional input x^y directly. Mathematica again ...
When Mathematica transforms an expression such as x+x into 2x, it is treating the variable x in a purely symbolic or formal fashion. In such cases, x is a symbol which can ...
Built into Mathematica is a uniquely flexible and concise language for creating 1D and 2D layouts—from simple tables to the most elaborate information displays and user ...
As the world's most extensive programmatic mathematical typesetting system, Mathematica provides a range of controls over the details of layout and rendering.
Mathematica stands out from traditional computer languages in supporting many programming paradigms. Procedural programming is the only paradigm available in languages like C ...