Mathematica allows arbitrary styling of any form of text to be specified either interactively from menus and commands—or programmatically using its powerful symbolic ...
Mathematica can plot parametric functions in both two and three dimensions. Use a parametric plot when you can express the x and y or x , y , and z coordinates at each point ...
Palettes give you immediate access to many features built into Mathematica, from creating syntactically complete expressions and inserting special characters, to building up ...
FITS
(Mathematica Import/Export Format) MIME types: application/fits, image/fits FITS scientific image and data format. Standard format for the exchange and archival storage of astronomical data. Endorsed by NASA ...
MX
(Mathematica Import/Export Format) Mathematica serialized package format. Used for the distribution of Mathematica packages. Stores arbitrary Mathematica expressions in a serialized format optimized for fast ...
Make Template inserts a template based on a selected function name.
AddTo
(Built-in Mathematica Symbol) x += dx adds dx to x and returns the new value of x.
AlgebraicNumberTrace[a] gives the trace of the algebraic number a.
Animator[u] represents an object that displays with the value of u being continually increased from 0 to 1 with time. Animator[u, {u_min, u_max}] makes u vary from u_min to ...
ArrayDepth[expr] gives the depth to which expr is a full array, with all the parts at a particular level being lists of the same length, or is a SparseArray object.