Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
The chapter discusses properties of the greatest common divisor (GCD) and Bezout’s theorem, emphasizing the expressibility of GCD as a linear combination of two integers. The extended Euclidean algorithm is introduced for determining GCD and finding Bezout's coefficients, which are crucial for calculating modular multiplicative inverses. Additionally, the conditions for the existence of modular inverses are outlined, focusing on coprimality between integers and their modulus.
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
References
ch58.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Bezout's Theorem
Definition: A theorem stating that for any two integers a and b, there exist integers s and t such that GCD(a, b) = sa + tb.
Term: Extended Euclidean Algorithm
Definition: An extension of the Euclidean algorithm that computes not only the GCD of two integers but also finds integers s and t that satisfy Bezout's identity.
Term: Coprimality
Definition: Two integers are coprime if their greatest common divisor is 1, indicating that they share no common positive divisors other than 1.
Term: Multiplicative Inverse Modulo N
Definition: An integer b is the multiplicative inverse of a modulo N if (a * b) mod N = 1, indicating that b undoes the multiplication of a in modulo N arithmetic.