MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
NotebookEventActions is a notebook option that gives a list of actions to perform when specified events occur in connection with the notebook.
NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end. NotebookPut[] creates a new empty ...
ObservableModelQ[ss] gives True if the StateSpaceModel object ss is observable, and False otherwise.
PartitionsP[n] gives the number p (n) of unrestricted partitions of the integer n.
PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
PolynomialLCM[poly_1, poly_2, ...] gives the least common multiple of the polynomials poly_i. PolynomialLCM[poly_1, poly_2, ..., Modulus -> p] evaluates the LCM modulo the ...
PrependTo[s, elem] prepends elem to the value of s, and resets s to the result.
Primes
(Built-in Mathematica Symbol) Primes represents the domain of prime numbers, as in x \[Element] Primes.
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.