This package implements primality proving. If ProvablePrimeQ[n] returns True, then the number n can be mathematically proven to be prime. In addition, PrimeQCertificate[n] ...
BrownForsytheTest[data] tests whether the variance of data is 1. BrownForsytheTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
ElementData["name", " property"] gives the value of the specified property for the chemical element " name".ElementData[n, " property"] gives the specified property for the ...
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
InverseWaveletTransform[dwd] gives the inverse wavelet transform of a DiscreteWaveletData object dwd.InverseWaveletTransform[dwd, wave] gives the inverse transform using the ...
PoissonDistribution[\[Mu]] represents a Poisson distribution with mean \[Mu].
RecurrenceTable[eqns, expr, {n, n_max}] generates a list of values of expr for successive n based on solving the recurrence equations eqns.RecurrenceTable[eqns, expr, nspec] ...
Characters that are not letters, letter-like forms, or structural elements are treated by Mathematica as operators. Mathematica has built-in rules for interpreting all ...
All the functions FindMinimum, FindMaximum, and FindRoot take variable specifications of the same form. The function FindFit uses the same form for its parameter ...
SQLExecute[conn, command] executes a command in an SQL connection.SQLExecute[conn, command, args] passes arguments to the command.