Math 513. Class Worksheet on Euclidean Algorithm., Lecture notes of Algorithms and Programming

Class Worksheet on Euclidean Algorithm. ... Describe an algorithm to find the gcd of any two elements in a Euclidean domain. (This.

Typology: Lecture notes

2022/2023

Uploaded on 05/11/2023

anvi
anvi 🇺🇸

4.8

(4)

228 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 513. Class Worksheet on Euclidean Algorithm.
Professor Karen E. Smith
Wednesday January 27, 2012
Let Rbe a Euclidean domain.
1. For non-zero elements f0, f1with σ(f0)σ(f1), write
f0=f1q1+f2,
where σ(f2)< σ(f1). Show that
(f0, f1)=(f1, f2)
as ideals in R.
2. Use this to find the greatest common divisor of 2210 and 78 (in Z).
3. Describe an algorithm to find the gcd of any two elements in a Euclidean domain. (This
technique is due to Euclid, though of course, he was only interested in the integers.)

Partial preview of the text

Download Math 513. Class Worksheet on Euclidean Algorithm. and more Lecture notes Algorithms and Programming in PDF only on Docsity!

Math 513. Class Worksheet on Euclidean Algorithm.

Professor Karen E. Smith

Wednesday January 27, 2012

Let R be a Euclidean domain.

  1. For non-zero elements f 0 , f 1 with σ(f 0 ) ≥ σ(f 1 ), write f 0 = f 1 q 1 + f 2 , where σ(f 2 ) < σ(f 1 ). Show that (f 0 , f 1 ) = (f 1 , f 2 ) as ideals in R.
  2. Use this to find the greatest common divisor of 2210 and 78 (in Z).
  3. Describe an algorithm to find the gcd of any two elements in a Euclidean domain. (This technique is due to Euclid, though of course, he was only interested in the integers.)