RowsEqual is an option for the low-level function GridBox that specifies whether all rows in the grid should be assigned equal total height.
RowSpacings is an option for the low-level function GridBox that specifies the spaces in x heights that should be inserted between successive rows.
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 ...
SpellingDictionaries -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for spell checking.
$Language is a list of strings which give the names of languages to use for messages.
$NewSymbol is a global variable which, if set, is applied to the name and context of each new symbol that Mathematica creates.
A linear second-order ordinary differential equation is said to be exact if An exact linear second-order ODE is solved by reduction to a linear first-order ODE.
The following is a linear first-order ODE because both y[x] and y^ ′[x] occur in it with power 1 and y^′[x] is the highest derivative. Note that the solution contains the ...
Parallel computing in Mathematica is based on launching and controlling multiple Mathematica kernel (worker) processes from within a single master Mathematica, providing a ...
LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back.LocatorPane[Dynamic[pt], back] takes the locator position to be the ...