Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...
PieChart[{y_1, y_2, ...}] makes a pie chart with sector angle proportional to y_1, y_2, ....PieChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a pie chart with ...
SectorChart[{{x_1, y_1}, {x_1, y_2}, ...}] makes a sector chart with sector angles proportional to x_i and radii y_i.SectorChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_j, ...
Begin
(Built-in Mathematica Symbol) Begin["context`"] resets the current context.
Functions for manipulating elements in explicit lists. This gives a list with x prepended. This inserts x so that it becomes element number 2.
All the functionality in Calculus`VectorAnalysis` is now available through the newly created Vector Analysis Package.
DirectoryStack[] gives the directory stack that represents the sequence of current directories used.
End
(Built-in Mathematica Symbol) End[] returns the present context, and reverts to the previous one.
SetDirectory["dir"] sets the current working directory to dir. SetDirectory[] sets the current working directory to your "home" directory.
TotalWidth is an option which can be set for output streams to specify the maximum total number of characters of text that should be printed for each output expression. Short ...