Search results
Appearance
The page "Modulo:Text" 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.
- Modular arithmetic (redirect from Modulo arithmetic)starts over when the hour hand passes 12. We say that 15 is congruent to 3 modulo 12, written 15 ≡ 3 (mod 12), so that 7 + 8 ≡ 3 (mod 12). Similarly, if one...29 KB (3,646 words) - 14:39, 17 May 2025
- 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) - 15:54, 31 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
- 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
- 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 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
- π(n), is the period with which the sequence of Fibonacci numbers taken modulo n repeats. Pisano periods are named after Leonardo Pisano, better known...28 KB (3,399 words) - 10:01, 29 January 2025
- arithmetic that gives conditions for the solvability of quadratic equations modulo prime numbers. Due to its subtlety, it has many formulations, but the most...111 KB (8,566 words) - 03:50, 12 March 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
- 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
- general, may not be reduced modulo 2). It is then possible to reduce all coefficients modulo 2, which will give a modular form modulo 2. Modular forms are generated...9 KB (1,761 words) - 23:28, 17 May 2024
- Finite field (redirect from Integers modulo a prime)prime field of order p {\displaystyle p} may be constructed as the integers modulo p {\displaystyle p} , Z / p Z {\displaystyle \mathbb {Z} /p\mathbb {Z} }...45 KB (7,535 words) - 18:07, 22 April 2025
- Modulo-N code is a lossy compression algorithm used to compress correlated data sources using modular arithmetic. When applied to two nodes in a network...2 KB (457 words) - 13:07, 11 December 2024
- formulation used a shared-secret-key created from exponentiation of some number, modulo a prime number. However, they left open the problem of realizing a one-way...60 KB (7,783 words) - 17:51, 26 May 2025
- algebraic terms, λ(n) is the exponent of the multiplicative group of integers modulo n. As this is a finite abelian group, there must exist an element whose...22 KB (3,133 words) - 07:53, 22 May 2025
- Fibonacci sequence (category Articles containing Latin-language text)0{\pmod {29}}\;\;{\text{ and }}\;\;5{F_{15}}^{2}=1860500\equiv 5{\pmod {29}}} For odd n, all odd prime divisors of Fn are congruent to 1 modulo 4, implying that...86 KB (13,070 words) - 08:03, 31 May 2025
- ISBN (category Articles containing German-language text)(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
- {a}{p}}\right)={\begin{cases}1&{\text{if }}a{\text{ is a quadratic residue modulo }}p{\text{ and }}a\not \equiv 0{\pmod {p}},\\-1&{\text{if }}a{\text{ is a quadratic nonresidue...43 KB (2,477 words) - 10:47, 29 May 2025
- + r0 is any nonzero polynomial modulo 2 with at most t nonzero coefficients, then R(x) is not a multiple of P(x) modulo 2. If follows that the corresponding...50 KB (7,455 words) - 21:00, 27 May 2025
- Sine and cosine (category Articles containing Medieval Latin-language text)advantage and efficiency advantage for computing modulo to one period. Computing modulo 1 turn or modulo 2 half-turns can be losslessly and efficiently...55 KB (7,064 words) - 00:33, 30 May 2025
- process. Summary and conclusion. "Animus ad amplitudinem Mysteriorum pro modulo suo dilatetur, non Mysteria ad angustias animi constringantur." (Bacon.)
- 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
- bytes of the input stream modulo 2 ^ 32 checksum1 = checksum0 modulo 2 ^ 16 + checksum0 / 2 ^ 16; checksum = checksum1 modulo 2 ^16 + checksum1 / 2 ^ 16;