enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Modulo - Wikipedia

    en.wikipedia.org/wiki/Modulo

    For example, the expression "5 mod 2" evaluates to 1, because 5 divided by 2 has a quotient of 2 and a remainder of 1, while "9 mod 3" would evaluate to 0, because 9 divided by 3 has a quotient of 3 and a remainder of 0. Although typically performed with a and n both being integers, many computing systems now allow other types of numeric operands.

  3. Modular arithmetic - Wikipedia

    en.wikipedia.org/wiki/Modular_arithmetic

    Adding 4 hours to 9 o'clock gives 1 o'clock, since 13 is congruent to 1 modulo 12. In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to modular arithmetic was developed by Carl Friedrich Gauss in his book Disquisitiones ...

  4. Quadratic residue - Wikipedia

    en.wikipedia.org/wiki/Quadratic_residue

    The quadratic excess E ( p) is the number of quadratic residues on the range (0, p /2) minus the number in the range ( p /2, p) (sequence A178153 in the OEIS ). For p congruent to 1 mod 4, the excess is zero, since −1 is a quadratic residue and the residues are symmetric under r ↔ p − r.

  5. Multiplicative group of integers modulo n - Wikipedia

    en.wikipedia.org/wiki/Multiplicative_group_of...

    In modular arithmetic, the integers coprime (relatively prime) to n from the set of n 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 be thought of as the congruence classes, also known as residues modulo n, that are coprime to n .

  6. Primitive root modulo n - Wikipedia

    en.wikipedia.org/wiki/Primitive_root_modulo_n

    Primitive root modulo. n. In modular arithmetic, a number g is 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 a coprime to n, there is some integer k for which gk ≡ a (mod n). Such a value k is called the index or discrete logarithm ...

  7. Multiplicative order - Wikipedia

    en.wikipedia.org/wiki/Multiplicative_order

    Even without knowledge that we are working in the multiplicative group of integers modulo n, we can show that a actually has an order by noting that the powers of a can only take a finite number of different values modulo n, so according to the pigeonhole principle there must be two powers, say s and t and without loss of generality s > t, such that a s ≡ a t (mod n).

  8. Modular multiplicative inverse - Wikipedia

    en.wikipedia.org/wiki/Modular_multiplicative_inverse

    X ≡ 6 (mod 11) has common solutions since 5,7 and 11 are pairwise coprime. A solution is given by X = t 1 (7 × 11) × 4 + t 2 (5 × 11) × 4 + t 3 (5 × 7) × 6. where t 1 = 3 is the modular multiplicative inverse of 7 × 11 (mod 5), t 2 = 6 is the modular multiplicative inverse of 5 × 11 (mod 7) and t 3 = 6 is the modular multiplicative ...

  9. Modular exponentiation - Wikipedia

    en.wikipedia.org/wiki/Modular_exponentiation

    Modular exponentiation is the remainder when an integer b (the base) is raised to the power e (the exponent), and divided by a positive integer m (the modulus); that is, c = be mod m. From the definition of division, it follows that 0 ≤ c < m. For example, given b = 5, e = 3 and m = 13, dividing 53 = 125 by 13 leaves a remainder of c = 8.