SatisfiabilityCount[bf] counts the number of possible combinations of variable values that yield True when supplied as arguments to the Boolean function ...
Sort
(Built-in Mathematica Symbol) Sort[list] sorts the elements of list into canonical order. Sort[list, p] sorts using the ordering function p.
Cyclotomic[n, x] gives the n\[Null]^th cyclotomic polynomial in x.
Histogram[{x_1, x_2, ...}] plots a histogram of the values x_i.Histogram[{x_1, x_2, ...}, bspec] plots a histogram with bin width specification bspec.Histogram[{x_1, x_2, ...
CharacterRange["c_1", "c_2"] yields a list of the characters in the range from "c_1" to "c_2".
Symbolic graphics and unparalleled function and data visualization
The Wolfram Workbench is a development environment for Mathematica. Some of its features include the following. The Workbench contains a number of useful features for working ...
file.tm is a MathLink template file.
WaveletListPlot[dwd] plots wavelet transform coefficients in the DiscreteWaveletData dwd.WaveletListPlot[dwd, wind] plots wavelet transform coefficients corresponding to the ...
LetterQ
(Built-in Mathematica Symbol) LetterQ[string] yields True if all the characters in the string are letters, and yields False otherwise.