Mathematica 7 extends its general treatment of lists and matrices by adding a variety of convenient functions, including support for common convolution and structure matrices.
FileNameDepth["file"] gives the number of path elements in the file name " file".
Head
(Built-in Mathematica Symbol) Head[expr] gives the head of expr.
InputAliases is an option for cells and notebooks which specifies additional Esc\[ThinSpace]name\[ThinSpace]Esc aliases to be allowed on input.
LogLogisticDistribution[\[Gamma], \[Sigma]] represents a log-logistic distribution with shape parameter \[Gamma] and scale parameter \[Sigma].
MultivariatePoissonDistribution[\[Mu]_0, {\[Mu]_1, \[Mu]_2, \ ...}] represents a multivariate Poisson distribution with mean vector {\[Mu]_0 + \[Mu]_1, \[Mu]_0 + \[Mu]_2, ...
NegativeBinomialDistribution[n, p] represents a negative binomial distribution with parameters n and p.
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
NumberFieldClassNumber[\[Theta]] gives the class number for the algebraic number field \[DoubleStruckCapitalQ][\[Theta]] generated by \[Theta].
PrincipalValue is an option for Integrate that specifies whether the Cauchy principal value should be found for a definite integral.