ShowShortBoxForm is an option for cells that specifies whether box expressions, which are used to represent two-dimensional forms in a cell, are displayed in a more compact ...
Slot
(Built-in Mathematica Symbol) # represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.
SubMinus[expr] displays as expr_-.
SubPlus
(Built-in Mathematica Symbol) SubPlus[expr] displays as expr_+.
Undefined is a symbol that represents a quantity with no defined value.
The Mathematica front end provides an Insert > Table/Matrix submenu for creating and editing arrays with any specified number of rows and columns. Once you have such an ...
Mathematica creates a new symbol when you first enter a particular name. Sometimes it is useful to "intercept" the process of creating a new symbol. Mathematica provides ...
MathLM administers licenses for organizations running multiple instances of Mathematica with a network license. Network licenses have two very important advantages: MathLM is ...
Mathematica expressions provide a very general way to handle all kinds of data, and you may sometimes want to use such expressions inside your external programs. A language ...
FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...