mathematica starts the full Mathematica system including notebook interface on Unix and Linux.
math
(Mathematica System Program) math options starts the Mathematica kernel in Unix and Linux.
CellEventActions is an option for Cell that gives a list of actions to perform when specified events occur in connection with a cell in a notebook.
CellFrameMargins is an option for Cell which specifies the absolute margins in printer's points to leave inside a frame that is drawn around a cell.
ColorRules is an option for ArrayPlot which specifies how colors of cells should be determined from values.
ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use.
ContourDetect[image] gives a binary image in which white pixels correspond to the zeros and zero crossings in image.ContourDetect[image, delta] treats values in image that ...
ControllerManipulate[expr, {u, u_min, u_max}] generates a version of expr set up to allow interactive manipulation of the value of u using an external controller ...
ConversionRules is an option for Cell that can be set to a list of rules specifying how the contents of the cell are to be converted to external formats.
CreateWindow[] creates an empty window in the front end.CreateWindow[nb] creates a window displaying the notebook expression nb, and opens it in the front ...