Rotate
(Built-in Mathematica Symbol) Rotate[g, \[Theta]] represents 2D graphics primitives or any other objects g rotated counterclockwise by \[Theta] radians about the center of their bounding box. Rotate[g, ...
Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.
ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
Sqrt
(Built-in Mathematica Symbol) Sqrt[z] or Sqrt[z] gives the square root of z.
StirlingS2[n, m] gives the Stirling number of the second kind \[ScriptCapitalS]_n^(m).
TeXForm
(Built-in Mathematica Symbol) TeXForm[expr] prints as a TeX version of expr.
Mathematica includes functions for performing a variety of specific algebraic transformations. Some are algorithmically straightforward; others include highly sophisticated ...
Polynomial algorithms are at the core of classical "computer algebra". Incorporating methods that span from antiquity to the latest cutting-edge research at Wolfram Research, ...
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
Constructing Lists Manipulating Lists by Their Indices Nested Lists