$SessionID is a number set up to be unique to a particular Mathematica session.
ContourStyle is an option for contour plots that specifies the style in which contour lines or surfaces should be drawn.
GraphCenter[g] gives the set of vertices with minimum eccentricity in the graph g.
MatrixForm[list] prints with the elements of list arranged in a regular array.
Save
(Built-in Mathematica Symbol) Save["filename", symbol] appends definitions associated with the specified symbol to a file. Save["filename", " form"] appends definitions associated with all symbols whose ...
CharacterRange["c_1", "c_2"] yields a list of the characters in the range from "c_1" to "c_2".
When Mathematica plots a graph for you, it has to make many choices. It has to work out what the scales should be, where the function should be sampled, how the axes should ...
MaxExtraConditions is an option to Solve and related functions that specifies how many extra equational conditions on continuous parameters to allow in solutions that are ...
Continue[] exits to the nearest enclosing Do, For, or While in a procedural program.
ReadProtected is an attribute that prevents values associated with a symbol from being seen.