Text strings. The quotes are not included in standard Mathematica output form. In input form, the quotes are included.
PolarAxes is an option for sector charts and polar plots that specifies whether polar axes should be drawn.
PolarAxesOrigin is an option for sector charts and polar plots that specifies where polar axes should be drawn.
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
HoldAllComplete is an attribute which specifies that all arguments to a function are not to be modified or looked at in any way in the process of evaluation.
Rescale
(Built-in Mathematica Symbol) Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...
StringForm["controlstring", expr_1, ...] prints as the text of the controlstring, with the printed forms of the expr_i embedded.
Symbol
(Built-in Mathematica Symbol) Symbol["name"] refers to a symbol with the specified name.
$Assumptions is the default setting for the Assumptions option used in such functions as Simplify, Refine, and Integrate.
The systems of equations that govern certain phenomena (in electrical circuits, chemical kinetics, etc.) contain a combination of differential equations and algebraic ...