MakeBoxes[expr, form] is the low-level function used in Mathematica sessions to convert expressions into boxes. MakeBoxes[expr] is the function to convert expr to ...
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.
BoxFrame is an option for FrameBox objects that specifies whether to draw a frame around the contents of the box.
AtomicData
(Resonance Absorption Lines Package Symbol) AtomicData[element] gives the spectral data of the resonance absorption lines produced by element element.AtomicData[element, ionstage] gives the data for the lines of the ...
Nested lists are lists within a list; they are the principal structure for data in Mathematica and allow for high-dimension arrays and ragged datasets as well as common uses ...
ControlActive[act, norm] evaluates to act if a control that affects act is actively being used, and to norm otherwise.
Message
(Built-in Mathematica Symbol) Message[symbol::tag] prints the message symbol::tag unless it has been switched off. Message[symbol::tag, e_1, e_2, ...] prints a message, inserting the values of the e_i as ...
NotebookObject[fe, id] is an object that represents an open notebook in the front end.
Tr
(Built-in Mathematica Symbol) Tr[list] finds the trace of the matrix or tensor list. Tr[list, f] finds a generalized trace, combining terms with f instead of Plus. Tr[list, f, n] goes down to level n in ...
Mathematica includes many powerful operations for working with lists. It is often desirable to map a function onto each individual element in a list. While listable functions ...