PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
Documentation Center navigation shortcuts. Window cycling shortcuts. Scrolling shortcuts.
EllipticPi[n, m] gives the complete elliptic integral of the third kind \[CapitalPi] (n \[VerticalSeparator] m). EllipticPi[n, \[Phi], m] gives the incomplete elliptic ...
PrivateNotebookOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies various low-level notebook settings.
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
ListPlot[{y_1, y_2, ...}] plots points corresponding to a list of values, assumed to correspond to x coordinates 1, 2, .... ListPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
The solutions to many second-order ODEs can be expressed in terms of special functions. Solutions to certain higher-order ODEs can also be expressed using AiryAi, BesselJ, ...
While the default settings for plots created in Mathematica are sufficient in most cases, nearly every aspect of plots is customizable. In addition to letting you change the ...
GridCreationSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Create Table/Matrix dialog.