QuartileDeviation[list] gives the quartile deviation or semi-interquartile range of the elements in list.QuartileDeviation[dist] gives the quartile deviation or ...
Rational is the head used for rational numbers.
SelectComponents[m, " prop", crit] computes a property " prop" for all components in a label matrix m and returns a version of m in which components that do not satisfy crit ...
Slot
(Built-in Mathematica Symbol) # represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.
StringReplacePart["string", " snew", {m, n}] replaces the characters at positions m through n in " string" by " snew". StringReplacePart["string", " snew", {{m_1, n_1}, {m_2, ...
SymletWavelet[] represents the Symlet wavelet of order 4.SymletWavelet[n] represents the Symlet wavelet of order n.
SymmetricMatrixQ[m] tests whether m is a symmetric matrix.
Table
(Built-in Mathematica Symbol) Table[expr, {i_max}] generates a list of i_max copies of expr. Table[expr, {i, i_max}] generates a list of the values of expr when i runs from 1 to i_max. Table[expr, {i, ...
When you do symbolic calculations, it is quite easy to end up with extremely complicated expressions. Often, you will not even want to see the complete result of a ...
As of Mathematica 8, the functionality of the Wavelet Explorer add-on has been integrated into the Mathematica kernel.