Search results
Appearance
The page "Modulo:Example" does not exist. You can create a draft and submit it for review or request that a redirect be created, but consider checking the search results below to see whether the topic is already covered.
- In computing and mathematics, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, the...46 KB (3,354 words) - 18:52, 20 May 2025
- Modular arithmetic (redirect from Modulo arithmetic)each residue class modulo m. For example, the least residue system modulo 4 is {0, 1, 2, 3}. Some other complete residue systems modulo 4 include: {1, 2...29 KB (3,646 words) - 14:39, 17 May 2025
- a primitive root modulo n if every number a coprime to n is congruent to a power of g modulo n. That is, g is a primitive root modulo n if for every integer...22 KB (2,508 words) - 04:03, 18 January 2025
- In mathematics, the term modulo ("with respect to a modulus of", the Latin ablative of modulus which itself means "a small measure") is often used to assert...6 KB (807 words) - 13:43, 4 December 2024
- non-negative integers form a group under multiplication modulo n, called the multiplicative group of integers modulo n. Equivalently, the elements of this group can...26 KB (3,156 words) - 13:35, 6 May 2025
- Quadratic residue (redirect from Square root modulo n)number theory, an integer q is a quadratic residue modulo n if it is congruent to a perfect square modulo n; that is, if there exists an integer x such that...54 KB (5,539 words) - 21:19, 19 January 2025
- In computer science and mathematical logic, satisfiability modulo theories (SMT) is the problem of determining whether a mathematical formula is satisfiable...46 KB (4,371 words) - 23:30, 22 May 2025
- ISBN (category Articles with example C code)(11 minus the remainder of the sum of the products modulo 11) modulo 11. Taking the remainder modulo 11 a second time accounts for the possibility that...62 KB (6,674 words) - 12:56, 29 May 2025
- Equidistributed sequence (redirect from Equidistributed modulo 1)a3, ...) of real numbers is said to be equidistributed modulo 1 or uniformly distributed modulo 1 if the sequence of the fractional parts of an, denoted...21 KB (2,394 words) - 15:08, 20 March 2025
- Tail call (redirect from Tail recursion modulo cons)of an "accumulator" argument (product in the above example) to the function. Tail recursion modulo cons is a generalization of tail-recursion optimization...41 KB (4,248 words) - 02:20, 25 May 2025
- Up to (redirect from Modulo isomorphism)described in the Examples section. In informal contexts, mathematicians often use the word modulo (or simply mod) for similar purposes, as in "modulo isomorphism"...7 KB (846 words) - 08:51, 4 February 2025
- number theory, a kth root of unity modulo n for positive integers k, n ≥ 2, is a root of unity in the ring of integers modulo n; that is, a solution x to the...12 KB (2,164 words) - 11:05, 14 April 2025
- remainder after dividing ax by the integer m is 1. If a does have an inverse modulo m, then there is an infinite number of solutions of this congruence, which...24 KB (3,652 words) - 12:22, 12 May 2025
- is that it will not break up clustered keys. For example, the keys 123000, 456000, 789000, etc. modulo 1000 all map to the same address. This technique...50 KB (7,455 words) - 21:00, 27 May 2025
- Isomorphism (section Integers modulo 6)1, or 2, where addition in the x-coordinate is modulo 2 and addition in the y-coordinate is modulo 3. These structures are isomorphic under addition...19 KB (2,735 words) - 08:39, 14 May 2025
- Discrete logarithm (section Examples){\displaystyle k} such that b k = a {\displaystyle b^{k}=a} . In arithmetic modulo an integer m {\displaystyle m} , the more commonly used term is index: One...17 KB (2,506 words) - 02:19, 27 April 2025
- Fisher–Yates shuffle (category Articles with example pseudocode)will be systematically in favor of small remainders.: Classic Modulo (Biased) For example, assume that your random number source gives numbers from 0 to...42 KB (5,224 words) - 18:55, 24 May 2025
- Hensel's lemma (section Explicit example)modulo a prime number p, then this root can be lifted to a unique root modulo any higher power of p. More generally, if a polynomial factors modulo p...42 KB (9,044 words) - 20:58, 24 May 2025
- Check digit (section Examples)weighted sum of the digits, modulo 10, with different weights for each number position. To illustrate this, for example if the weights for a four digit...19 KB (2,632 words) - 12:50, 27 May 2025
- Modular exponentiation (category Articles with example pseudocode)by b and performing a modulo operation on the resulting product, thereby keeping the resulting c a small integer. The example b = 4, e = 13, and m =...21 KB (2,759 words) - 07:00, 17 May 2025
- result modulo m. The latter reduction can be accomplished by adding or subtracting a few copies of m. The prime moduli p for each of the five example curves
- which the coefficients of the forms are either natural integers reduced modulo p, p prime, or elements of a Galois field. The linear transformations in
- Data Coding Theory The modulo operation, commonly expressed as a "%" operator, is a useful operation in data coding. Modulo is the remainder of a division