Density and contour plots. This gives a density plot of sin(x) sin(y). Lighter regions show higher values of the function. Some options for DensityPlot.
Attributes[symbol] gives the list of attributes for a symbol.
Nand
(Built-in Mathematica Symbol) Nand[e_1, e_2, ...] is the logical NAND function. It evaluates its arguments in order, giving True immediately if any of them are False, and False if they are all True.
Nor
(Built-in Mathematica Symbol) Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.
FromPackedArray[expr] unpacks expr so that its internal representation is not a packed array.
Boxed
(Built-in Mathematica Symbol) Boxed is an option for Graphics3D that specifies whether to draw the edges of the bounding box in a three-dimensional picture.
ExcludedForms is an option for FullSimplify which can be set to a list of patterns for expressions that should not be touched if they are encountered at intermediate steps in ...
Language is a global option that specifies the language in which menus, dialog boxes, error messages, and help files are displayed.
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...
NotebookPath is a global option that determines which directories are searched when a specified notebook is needed.