Eigenvalues[m] gives a list of the eigenvalues of the square matrix m. Eigenvalues[{m, a}] gives the generalized eigenvalues of m with respect to a. Eigenvalues[m, k] gives ...
Discrete distributions come from a variety of backgrounds, but perhaps the most common relate back to the simple Bernoulli trial, which chooses between two outcomes, called ...
BitClear[n, k] sets to 0 the bit corresponding to the coefficient of 2^k in the integer n.
ScreenRectangle is a global option that specifies the position of the screen by giving the coordinates of two diagonally opposite corners.
Divisors[n] gives a list of the integers that divide n.
PowerMod[a, b, m] gives a^b mod m. PowerMod[a, -1, m] finds the modular inverse of a modulo m.PowerMod[a, 1/r, m] finds a modular r\[Null]^th root of a.
Even more so than for other special functions, you need to be very careful about the arguments you give to elliptic integrals and elliptic functions. There are several ...
RandomInteger is a value that the WeightingFunction option of the function SetEdgeWeights can take.
The complete collection of Greek letters in Mathematica. You can use Greek letters as the names of symbols. The only Greek letter with a built-in meaning in StandardForm is ...
The leading term of a polynomial can be chosen in many different ways. For multivariate polynomials, sorting by the total degree of the monomials is often useful. Different ...