The Mathematica compiler can run computations in parallel. It does this by threading a compiled function over lists of data in parallel. A first step is to create a compiled ...
Verbatim[expr] represents expr in pattern matching, requiring that expr be matched exactly as it appears, with no substitutions for blanks or other transformations.
PropertyValue[{obj, item}, name] gives the property value associated with name for item in obj.
InputStream["name", n] is an object that represents an input stream for functions such as Read and Find.
OutputStream["name", n] is an object that represents an output stream for functions such as Write.
ExponentialFamily is an option for GeneralizedLinearModelFit that specifies the exponential family for the model.
SymmetricPolynomial[k, {x_1, ..., x_n}] gives the k\[Null]^th elementary symmetric polynomial in the variables x_1, ..., x_n.
Defining local constants. Module allows you to set up local variables, to which you can assign values and then change them. Often, however, all you really need are local ...
InputForm converts the selection to Mathematica InputForm.
Mathematica gives you the power to customize every aspect of the styling of your plots. These "How tos" give step-by-step instructions for common details of appearance.