The default behavior for a function in Mathematica is carefully chosen to be suitable for the vast majority of cases. Mathematica also gives you fine-grained control over the ...
Mathematica provides a simple and consistent method for accessing and using files. In addition to inserting a file path that is specific to your operating system, Mathematica ...
Whether it is for importing, exporting, or other operations, Mathematica must know where to look for files on your computer before it can use them. There are a number of ...
Mathematica includes rich support for linking between notebooks and from notebooks to websites. You can simply add references to a single notebook or link between a series of ...
You may find it useful to use one or more rules with an expression several times. Mathematica provides functions that let you iterate when using rules with expressions. In ...
As well as being able to specify colors in several color spaces, Mathematica also contains a variety of predefined colors and aesthetically pleasing color spectrums. These ...
Clear
(Built-in Mathematica Symbol) Clear[symbol_1, symbol_2, ...] clears values and definitions for the symbol_i. Clear["form_1", "form_2", ...] clears values and definitions for all symbols whose names match ...
DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.
LogicalExpand[expr] expands out logical combinations of equations, inequalities, and other functions.
Options
(Built-in Mathematica Symbol) Options[symbol] gives the list of default options assigned to a symbol. Options[expr] gives the options explicitly specified in a particular expression such as a graphics ...