admin

Extended Euclidean Algorithm

https://www.youtube.com/watch?v=D-ATs6TyYWA Bézout’s lemma tells us that the greatest common divisor of two integers can be written as an integer linear combination of the two integers. The question then arises as to how we can determine the two coefficients. This is where the extended Euclidean algorithm comes into play. Amazingly, it turns out that we can […]

Extended Euclidean Algorithm Read More »

General Bézout’s Lemma

https://www.youtube.com/watch?v=gYE_G8z-5uQ Given a tuple or list of integers, there are intimate connections between their greatest common divisor or GCD, their collection of common divisors, and their linear combinations. In particular, the smallest positive linear combination is in fact the GCD, the common divisors are the divisors of the GCD, and the linear combinations are the

General Bézout’s Lemma Read More »

Euclidean Division Algorithm

https://www.youtube.com/watch?v=6P-h2OWE-tk Most of us have done long division in school, where we divided one number by another to find the quotient and remainder. Why do the quotient and remainder always exist uniquely? The answer is given by Euclidean division, otherwise known as the division algorithm. We prove the Euclidean division theorem here by showing the

Euclidean Division Algorithm Read More »

Pell Linear Recurrence

https://www.youtube.com/watch?v=aWgFPuXn6II The Pell numbers are similar to the Fibonacci numbres and Lucas numbers in that they are defined by a degree or depth 2 homogeneous linear recurrence. In this video, we show how to find a closed formula for the Pell numbers using the theory of linear recursions. In particular, the method will rely on

Pell Linear Recurrence Read More »

Lucas Linear Recurrence

https://www.youtube.com/watch?v=MBqS2LHTfq8 The Lucas linear recurrence is similar to the Fibonacci numbers. In fact, there are several identities that link the two. In this video, we use the theory of linear recurrences (which relies on the characteristic polynomial) to find a closed form for the Lucas numbers, just like Binet’s formula captures the Fibonacci numbers.

Lucas Linear Recurrence Read More »