PolynomialGCD[poly_1, poly_2, ...] gives the greatest common divisor of the polynomials poly_i. PolynomialGCD[poly_1, poly_2, ..., Modulus -> p] evaluates the GCD modulo the ...
Sound
(Built-in Mathematica Symbol) Sound[primitives] represents a sound. Sound[primitives, t] specifies that the sound should have duration t.Sound[primitives, {t_min, t_max}] specifies that the sound should ...
SpokenString[expr] gives a string of text corresponding to a spoken representation of the expression expr.
VerticalSlider[y] represents a vertical slider at position y with range 0 to 1. VerticalSlider[Dynamic[y]] takes the position to be the dynamically updated current value of ...
WaveletScalogram[wd] plots wavelet vector coefficients in a DiscreteWaveletData or ContinuousWaveletData object wd.WaveletScalogram[wd, wind] plots wavelet coefficients ...
$MaxRootDegree specifies the maximum degree of polynomial to allow in Root objects.
Converting to and from character codes. Mathematica assigns every character that can appear in a string a unique character code. This code is used internally as a way to ...
Converting between strings, boxes, and expressions. Here is a simple expression. This gives the InputForm of the expression as a string.
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 ...
Searching for local minima and maxima. This finds the value of x which minimizes Γ(x), starting at x2. The last element of the list gives the value at which the minimum is ...