🗊Презентация Prime numbers. Euclid's algorithm

Категория: Математика
Нажмите для полного просмотра!
Prime numbers. Euclid's algorithm, слайд №1Prime numbers. Euclid's algorithm, слайд №2Prime numbers. Euclid's algorithm, слайд №3Prime numbers. Euclid's algorithm, слайд №4Prime numbers. Euclid's algorithm, слайд №5Prime numbers. Euclid's algorithm, слайд №6Prime numbers. Euclid's algorithm, слайд №7

Вы можете ознакомиться и скачать презентацию на тему Prime numbers. Euclid's algorithm. Доклад-сообщение содержит 7 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1





Prime numbers. 
Euclid's algorithm
Описание слайда:
Prime numbers. Euclid's algorithm

Слайд 2





A prime number - it is a natural number greater than one that has exactly two positive divisors: 1 and itself. The study deals with the properties of prime numbers theory of numbers. A prime number is an integer p > 1 such that it cannot be written as p = ab with a, b > 1. 
A prime number - it is a natural number greater than one that has exactly two positive divisors: 1 and itself. The study deals with the properties of prime numbers theory of numbers. A prime number is an integer p > 1 such that it cannot be written as p = ab with a, b > 1. 
Example: 7 is prime because the only numbers that will divide into it evenly are 1 and 7.
Описание слайда:
A prime number - it is a natural number greater than one that has exactly two positive divisors: 1 and itself. The study deals with the properties of prime numbers theory of numbers. A prime number is an integer p > 1 such that it cannot be written as p = ab with a, b > 1. A prime number - it is a natural number greater than one that has exactly two positive divisors: 1 and itself. The study deals with the properties of prime numbers theory of numbers. A prime number is an integer p > 1 such that it cannot be written as p = ab with a, b > 1. Example: 7 is prime because the only numbers that will divide into it evenly are 1 and 7.

Слайд 3


Prime numbers. Euclid's algorithm, слайд №3
Описание слайда:

Слайд 4





All other numbers not equal to unity, are called composite. Thus, all integers except one, are divided into simple and complex. The study deals with the properties of prime numbers theory of numbers. The theory of rings primes correspond to the irreducible elements.
All other numbers not equal to unity, are called composite. Thus, all integers except one, are divided into simple and complex. The study deals with the properties of prime numbers theory of numbers. The theory of rings primes correspond to the irreducible elements.
Описание слайда:
All other numbers not equal to unity, are called composite. Thus, all integers except one, are divided into simple and complex. The study deals with the properties of prime numbers theory of numbers. The theory of rings primes correspond to the irreducible elements. All other numbers not equal to unity, are called composite. Thus, all integers except one, are divided into simple and complex. The study deals with the properties of prime numbers theory of numbers. The theory of rings primes correspond to the irreducible elements.

Слайд 5





Euclid's algorithm - an efficient algorithm for finding the greatest common divisor of two integers (or a common measure of two segments). The algorithm is named for the Greek mathematician Euclid, who first described it in the VII and X book "Principia." In the simplest case, Euclid's algorithm is applied to a pair of positive integers, and generates a new pair consisting of a smaller number, and the difference between larger and smaller integer. The process is repeated until the numbers become equal. The obtained number is the greatest common divisor of the original pair.
Euclid's algorithm - an efficient algorithm for finding the greatest common divisor of two integers (or a common measure of two segments). The algorithm is named for the Greek mathematician Euclid, who first described it in the VII and X book "Principia." In the simplest case, Euclid's algorithm is applied to a pair of positive integers, and generates a new pair consisting of a smaller number, and the difference between larger and smaller integer. The process is repeated until the numbers become equal. The obtained number is the greatest common divisor of the original pair.
Описание слайда:
Euclid's algorithm - an efficient algorithm for finding the greatest common divisor of two integers (or a common measure of two segments). The algorithm is named for the Greek mathematician Euclid, who first described it in the VII and X book "Principia." In the simplest case, Euclid's algorithm is applied to a pair of positive integers, and generates a new pair consisting of a smaller number, and the difference between larger and smaller integer. The process is repeated until the numbers become equal. The obtained number is the greatest common divisor of the original pair. Euclid's algorithm - an efficient algorithm for finding the greatest common divisor of two integers (or a common measure of two segments). The algorithm is named for the Greek mathematician Euclid, who first described it in the VII and X book "Principia." In the simplest case, Euclid's algorithm is applied to a pair of positive integers, and generates a new pair consisting of a smaller number, and the difference between larger and smaller integer. The process is repeated until the numbers become equal. The obtained number is the greatest common divisor of the original pair.

Слайд 6





Euclidean Algorithm - Given a, b ∈ Z, not both 0, find (a, b) 
Euclidean Algorithm - Given a, b ∈ Z, not both 0, find (a, b) 
• Step 1: If a, b < 0, replace with negative 
• Step 2: If a > b, switch a and b 
• Step 3: If a = 0, return b 
• Step 4: Since a > 0, write b = aq + r with 0 ≤ r < a. Replace (a, b) with (r, a) and go to Step 3
Описание слайда:
Euclidean Algorithm - Given a, b ∈ Z, not both 0, find (a, b) Euclidean Algorithm - Given a, b ∈ Z, not both 0, find (a, b) • Step 1: If a, b < 0, replace with negative • Step 2: If a > b, switch a and b • Step 3: If a = 0, return b • Step 4: Since a > 0, write b = aq + r with 0 ≤ r < a. Replace (a, b) with (r, a) and go to Step 3

Слайд 7





In principle, Euclid's algorithm will do, and whole numbers, such as the length of the segment. Then it allows you to find the greatest common measure of two segments, that is, the largest of the intervals entirely fit into both data if such a measure exists: it exists, if the segments are commensurable, ie the ratio of their lengths is a rational number.
In principle, Euclid's algorithm will do, and whole numbers, such as the length of the segment. Then it allows you to find the greatest common measure of two segments, that is, the largest of the intervals entirely fit into both data if such a measure exists: it exists, if the segments are commensurable, ie the ratio of their lengths is a rational number.
Описание слайда:
In principle, Euclid's algorithm will do, and whole numbers, such as the length of the segment. Then it allows you to find the greatest common measure of two segments, that is, the largest of the intervals entirely fit into both data if such a measure exists: it exists, if the segments are commensurable, ie the ratio of their lengths is a rational number. In principle, Euclid's algorithm will do, and whole numbers, such as the length of the segment. Then it allows you to find the greatest common measure of two segments, that is, the largest of the intervals entirely fit into both data if such a measure exists: it exists, if the segments are commensurable, ie the ratio of their lengths is a rational number.



Похожие презентации
Mypresentation.ru
Загрузить презентацию