TrigExpand[expr] expands out trigonometric functions in expr.
TrigFactor[expr] factors trigonometric functions in expr.
When you make a function definition using :=, the value of the function is recomputed every time you ask for it. In some kinds of calculations, you may end up asking for the ...
Particularly when you write procedural programs in Mathematica, you will often need to modify the value of a particular variable repeatedly. You can always do this by ...
When you make a sequence of definitions in Mathematica, some may be more general than others. Mathematica follows the principle of trying to put more general definitions ...
CUDAArgMinList[list] gives the index of the minimum element in list.
Tukey
(ANOVA Package Symbol) Tukey is a possible value for the PostTests option for ANOVA.
ButcherPhi
(Numerical Differential Equation Analysis Package Symbol) ButcherPhi[tree, s] gives the weight of tree in an s-stage Runge\[Dash]Kutta method. ButcherPhi[tree] gives the weight of tree in stage-independent tensor notation.
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.