When you set up mathematical formulas, you often have to introduce various kinds of local objects or "dummy variables". You can treat such dummy variables using modules and ...
Cuboid
(Built-in Mathematica Symbol) Cuboid[{x_min, y_min, z_min}] is a three-dimensional graphics primitive that represents a unit cube, oriented parallel to the axes. Cuboid[{x_min, y_min, z_min}, {x_max, ...
LinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a linear model of the form \[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ... that fits the y_i for successive x ...
EllipticF[\[Phi], m] gives the elliptic integral of the first kind F(\[Phi] \[VerticalSeparator] m).
Mean
(Built-in Mathematica Symbol) Mean[list] gives the statistical mean of the elements in list. Mean[dist] gives the mean of the symbolic distribution dist.
PseudoInverse[m] finds the pseudoinverse of a rectangular matrix.
When working in Mathematica , you will often find it useful to view groups of functions that relate to a specific subject area or set of tasks. The Documentation Center ...
EllipticE[m] gives the complete elliptic integral E(m). EllipticE[\[Phi], m] gives the elliptic integral of the second kind E(\[Phi] \[VerticalSeparator] m).
Some integer functions. The remainder on dividing 17 by 3. The integer part of 17/3.
Since many functions in Mathematica give solutions in the form of rules, you need to be able to use these rules to explore and interpret your results. Although many of the ...