PalettePath is a global option that specifies which directories Mathematica searches for palettes on startup.
SpellingDictionariesPath is a global option that specifies which directories are searched for spelling dictionaries when the Edit \[FilledRightTriangle] Check Spelling menu ...
StyleSheetPath is a global option that specifies which directories Mathematica searches to find stylesheets.
Start with the expression that will be the base. Type x. Create a built-up power by pressing the Control key and the 6 key at the same time.
To get a radical, press the Control key and the 2 key at the same time. Press Ctrl+2 or Ctrl+@. Type the radicand inside the placeholder (which is already selected).
When you do symbolic calculations, it is quite easy to end up with extremely complicated expressions. Often, you will not even want to see the complete result of a ...
In most cases, you want the head f of a Mathematica expression like f[x] to be a single symbol. There are, however, some important applications of heads that are not symbols. ...
CellGroup[{cell_1, cell_2, ...}] gives an open group of cells that can appear in a Mathematica notebook.CellGroup[{cell_1, cell_2, ...}, 1] gives a cell group in which only ...
ComplexityFunction is an option for Simplify and other functions which gives a function to rank the complexity of different forms of an expression.
Dispatch[{lhs_1 -> rhs_1, lhs_2 -> rhs_2, ...}] generates an optimized dispatch table representation of a list of rules. The object produced by Dispatch can be used to give ...