Square
(Built-in Mathematica Symbol) Square[x] displays as \[Square]x.
SuchThat[x, y] displays as x \[SuchThat] y.
Therefore[x, y] displays as x \[Therefore] y.
Wedge
(Built-in Mathematica Symbol) Wedge[x, y, ...] displays as x\[Wedge]y\[Wedge]....
Compiled is an option for various numerical and plotting functions which specifies whether the expressions they work with should automatically be compiled.
Symbolic graphics and unparalleled function and data visualization
CreateDirectory["dir"] creates a directory with name dir. CreateDirectory[] creates a directory in the default area for temporary directories on your computer system.
SetSystemOptions["name" -> value] resets the value for the internal system option with the specified name.
Median
(Built-in Mathematica Symbol) Median[list] gives the median of the elements in list. Median[dist] gives the median of the symbolic distribution dist.
SetterBar[x, {val_1, val_2, ...}] represents a setter bar with setting x and with setter buttons for values val_i.SetterBar[Dynamic[x], {val_1, val_2, ...}] takes the setting ...