Mathematica's highly optimized architecture makes it easy to create programs that are both elegant and efficient. Its symbolic character lets you immediately run and test ...
ACO
(Mathematica Import/Export Format) Adobe Photoshop color swatch format. Used for storing color palettes. Native format of the Adobe Photoshop image-editing application. ACO is an acronym derived from Adobe ...
File system directory hierarchy. Can contain files and subdirectories.
RTF
(Mathematica Import/Export Format) MIME type: application/rtf RTF document file format. Used for cross-platform exchange of formatted text documents. Supported by most word processors. RTF is an acronym for ...
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements.
FortranForm[expr] prints as a Fortran language version of expr.
GraphPlot3D[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a 3D plot of the graph in which vertex v_ik is connected to vertex v_jk.GraphPlot3D[{{v i 1 -> v j 1, lbl_1}, ...
NotebookObject[fe, id] is an object that represents an open notebook in the front end.