Stylesheet assigns a stylesheet to the current notebook.
Version Advisory checks for input from previous versions of Mathematica that should be updated for compatibility with the current version.
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
ControllerMethod is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies the default way that controls on an external controller device should ...
Masking
(Built-in Mathematica Symbol) Masking is an option for various image analysis and processing functions that specifies on which regions they should operate.
NormalsFunction is an option for Plot3D and related functions that specifies a function to apply to determine the effective surface normals at every point.
You can tell a lot about what "type" of expression something is by looking at its head. Thus, for example, an integer has head Integer, while a list has head List. In a ...
Most mathematical functions in Mathematica are set up to apply themselves separately to each element in a list. This is true in particular of all functions that carry the ...
ItemStyle is an option for Grid, Column, and related constructs that specifies styles to use for items.
Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...