LucasL
(Built-in Mathematica Symbol) LucasL[n] gives the Lucas number L_n.LucasL[n, x] gives the Lucas polynomial L_n (x).
TraceBackward is an option for Trace and related functions which specifies whether to include preceding expressions on the evaluation chain that contains the pattern form ...
PolynomialMod[poly, m] gives the polynomial poly reduced modulo m. PolynomialMod[poly, {m_1, m_2, ...}] reduces modulo all of the m_i.
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...
KroneckerSymbol[n, m] gives the Kronecker symbol (n/m).
Every version of Mathematica is subjected to a large amount of testing before it is released. The vast majority of this testing is done by an automated system that is written ...
Uniform sequence of signed 24-bit integers. Binary data format.
With origins stretching back several centuries, discrete calculus is now an increasingly central methodology for many problems related to discrete systems and algorithms. ...
LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
StudentTDistribution[\[Nu]] represents a Student t distribution with \[Nu] degrees of freedom.StudentTDistribution[\[Mu], \[Sigma], \[Nu]] represents a Student t distribution ...