RevolutionAxis is an option for RevolutionPlot3D which specifies the revolution axis around which the curve should be rotated.
TraceOn
(Built-in Mathematica Symbol) TraceOn is an option for Trace and related functions which specifies when tracing should be switched on.
TracePrint[expr] prints all expressions used in the evaluation of expr. TracePrint[expr, form] includes only those expressions which match form. TracePrint[expr, s] includes ...
WindowTitle is an option that specifies the title to give for a window.
$BaseDirectory gives the base directory in which systemwide files to be loaded by Mathematica are conventionally placed.
$Path
(Built-in Mathematica Symbol) $Path gives the default list of directories to search in attempting to find an external file.
$Pre
(Built-in Mathematica Symbol) $Pre is a global variable whose value, if set, is applied to every input expression.
$UserBaseDirectory gives the base directory in which user-specific files to be loaded by Mathematica are conventionally placed.
Here is an expression in full form. TreeForm prints out expressions to show their "tree" structure. You can think of any Mathematica expression as a tree. In the expression ...
You may have noticed that there are two different ways to make assignments in Mathematica: lhs=rhs and lhs:=rhs. The basic difference between these forms is when the ...