ListPolarPlot[{r_1, r_2, ...}] plots points equally spaced in angle at radii r_i.ListPolarPlot[{{\[Theta]_1, r_1}, {\[Theta]_2, r_2}, ...}] plots points at polar coordinates ...
Mathematica 8 introduces a coherent collection of algorithms and data structures for working with permutation groups. Building upon Mathematica's proven symbolic ...
Parallel computing in Mathematica is based on launching and controlling multiple Mathematica kernel (worker) processes from within a single master Mathematica, providing a ...
Assumptions is an option for functions such as Simplify, Refine, and Integrate that specifies default assumptions to be made about symbolic quantities.
NASACDF
(Mathematica Import/Export Format) MIME type: application/x-cdf CDF data file format. General-purpose, self-describing format for storing multidimensional datasets. Used for storage, management, and exchange ...
Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
InverseContinuousWaveletTransform[cwd] gives the inverse continuous wavelet transform of a ContinuousWaveletData object cwd. InverseContinuousWaveletTransform[cwd, wave] ...
MakeGraph[v, f] constructs the graph whose vertices correspond to v and edges between pairs of vertices x and y in v for which the binary relation defined by the Boolean ...
ClickPane[image, func] represents a clickable pane that displays as image and applies func to the x, y coordinates of each click within the pane.ClickPane[image, {{x_min, ...
Monitor
(Built-in Mathematica Symbol) Monitor[expr, mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.