Разработчик: nummolt (36)
Цена: Бесплатно
Рейтинги: 0 
Отзывы: 0 Написать отзыв
Списки: 0 + 0
Очки: 0 + 0 ¡
Google Play

Описание

Euclidean Algorithm GCD
Animated Euclidean Algorithm
Greatest Common Divisor.
Useful to reduce fractions

Visible Euclidean algorithm

GCD, also known as the greatest common factor (gcf), highest common factor (hcf), greatest common measure (gcm), or highest common divisor.

Dynamic and geometric representation of the algorithm.

Recursive algorithm
And Least Common Multiple deduced from GCD:
lcm(a,b) = a*b / gcd(a,b)

Useful to understand the gcd (Euclidean Algorithm) recursive code: (Java)

int gcd(int m, int n){
if(0==n){
return m;
}else{
return gcd(n,m%n);
}
}

Added Geometric visualization.
Algorithm executed by Dandelions coming from the nearby Mathematical Garden

Euclidean Algorithm History:
("The Pulverizer")

The Euclidean algorithm is one of the oldest algorithms in common use.
It appears in Euclid's Elements (c. 300 BC), specifically in Book 7 (Propositions 1–2) and Book 10 (Propositions 2–3).
Centuries later, Euclid's algorithm was discovered independently both in India and in China, primarily to solve Diophantine equations that arose in astronomy and making accurate calendars.
In the late 5th century, the Indian mathematician and astronomer Aryabhata described the algorithm as the "pulverizer", perhaps because of its effectiveness in solving Diophantine equations.

Acknowledgements:
Joan Jareño (Creamat) (Addition of lcm)
ещё ↓

Скриншоты

#1. Euclidean Algorithm GCD (Android) От: nummolt
#2. Euclidean Algorithm GCD (Android) От: nummolt
#3. Euclidean Algorithm GCD (Android) От: nummolt
#4. Euclidean Algorithm GCD (Android) От: nummolt
#5. Euclidean Algorithm GCD (Android) От: nummolt
#6. Euclidean Algorithm GCD (Android) От: nummolt
#7. Euclidean Algorithm GCD (Android) От: nummolt
#8. Euclidean Algorithm GCD (Android) От: nummolt
#9. Euclidean Algorithm GCD (Android) От: nummolt
#10. Euclidean Algorithm GCD (Android) От: nummolt

Видео

Что нового

  • Версия: 1.0.8
  • Обновлено:
  • Update to sdk34 Android 14 - Privacy Policy updated

Цена

  • Сегодня: Бесплатно
  • Минимум: Бесплатно
  • Максимум: Бесплатно
Отслеживайте цены

Разработчик

Очки

0☹️

Рейтинги

0☹️

Списки

0☹️

Отзывы

Ваш отзыв будет первым 🌟

Дополнительная информация

  • Версия: 1.0.8
  • ID: com.nummolt.euclidean.algorithm
  • Категория:
  • Операционные системы:
  • Размер:
  • Возрастные ограничения:
  • Google Play Рейтинг:
  • Обновлено:
  • Дата выпуска:

Контакты

Euclidean Algorithm GCDEuclidean Algorithm GCD Короткий URL: Скопировано!
  • Поделиться 👍
  • Google Play

Вам также могут понравиться

Вам также могут понравиться

Поисковые операторы в AppAgg
Добавить в AppAgg
AppAgg
Начните использовать AppAgg. Это бесплатно!
Регистрация
Войти