OpenCLFractalRender3D[width, height] renders a three-dimensional fractal with image size being the specified width and height.
AstronomicalData["name", " property"] gives the value of the specified property of the astronomical object with the specified name.AstronomicalData["name", {"property", ...
Arrowheads[spec] is a graphics directive specifying that arrows that follow should have arrowheads with sizes, positions, and forms specified by spec.
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 ...
PlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot.
Power
(Built-in Mathematica Symbol) x^y gives x to the power y.
Style
(Built-in Mathematica Symbol) Style[expr, options] displays with expr formatted using the specified option settings. Style[expr, " style"] uses the option settings for the specified style in the current ...
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, ...
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...
Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...