ChiSquareDistribution[\[Nu]] represents a \[Chi]^2 distribution with \[Nu] degrees of freedom.
ContinuousWaveletData[{{oct_1, voc_1} -> coef_1, ...}, wave] yields a continuous wavelet data object with wavelet coefficients coef_i corresponding to octave and voice ...
Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
Inset
(Built-in Mathematica Symbol) Inset[obj] represents an object obj inset in a graphic. Inset[obj, pos] specifies that the inset should be placed at position pos in the graphic. Inset[obj, pos, opos] aligns ...
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
The execution of a Mathematica program involves the evaluation of a sequence of Mathematica expressions. In simple programs, the expressions to be evaluated may be separated ...
This document describes how to compile and run MathLink programs written in the C language on Linux systems. ("MathLink and External Program Communication" describes how to ...
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
ArrayPlot[array] generates a plot in which the values in an array are shown in a discrete array of squares.
DiscreteUniformDistribution[{i_min, i_max}] represents a discrete uniform distribution over the integers from i_min to i_max.DiscreteUniformDistribution[{{i_min, i_max}, ...