IntegerString[n] gives a string consisting of the decimal digits in the integer n. IntegerString[n, b] gives a string consisting of the base b digits in the integer n. ...
ShapiroWilkTest[data] tests whether data is normally distributed using the Shapiro\[Dash]Wilk test.ShapiroWilkTest[data, " property"] returns the value of " property".
Undirected is an option to inform certain functions that the graph is undirected.
AlgebraicNumberNorm[a] gives the norm of the algebraic number a.
Dynamic
(Built-in Mathematica Symbol) Dynamic[expr] represents an object that displays as the dynamically updated current value of expr. If the displayed form of Dynamic[expr] is interactively changed or edited, ...
ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.
Union
(Built-in Mathematica Symbol) Union[list_1, list_2, ...] gives a sorted list of all the distinct elements that appear in any of the list_i. Union[list] gives a sorted version of a list, in which all ...
In calculus, infinite sums and products can pose a challenge to manipulate by hand. Mathematica can evaluate a huge number of different types of sums and products with ease.
Mathematica provides unified graphics support for 2D and 3D polygons, allowing all standard Mathematica colors and transparency to be used for both faces and edges, as well ...
Dithering is an option for ColorQuantize that specifies whether or not to apply dithering while quantizing the pixel values.