Pi
(Built-in Mathematica Symbol) Pi is \[Pi], with numerical value \[TildeEqual] 3.14159.
file.tm is a MathLink template file.
Expand
(Built-in Mathematica Symbol) Expand[expr] expands out products and positive integer powers in expr. Expand[expr, patt] leaves unexpanded any parts of expr that are free of the pattern patt. >
StreamPoints is an option to StreamPlot, ListStreamPlot, and related functions that determines how many streamlines to draw.
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
Your First Mathematica Calculations Arithmetic Defining Variables
In almost every area where probability and statistics are used there have been found a few parametric distribution families that are known to be good models. The origins vary ...
StreamStyle is an option to StreamPlot, StreamDensityPlot, and related functions that determines the style to use for drawing streamlines.
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
Slot
(Built-in Mathematica Symbol) # represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.