Euclidean Algorithm GCD

Euclidean Algorithm GCD

nummolt
Jul 29, 2024
  • 3.1 MB

    فائل سائز

  • Android 4.0.3+

    Android OS

About Euclidean Algorithm GCD

Animated Euclidean Algorithm Greatest Common Divisor "The Pulverizer"

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)

مزید دکھائیں

What's new in the latest 1.0.8

Last updated on 2024-07-30
Update to sdk34 Android 14 - Privacy Policy updated
مزید دکھائیں

ویڈیوز اور اسکرین شاٹس

  • Euclidean Algorithm GCD کے لیے Android آفیشل ٹریلر
  • Euclidean Algorithm GCD اسکرین شاٹ 1
  • Euclidean Algorithm GCD اسکرین شاٹ 2
  • Euclidean Algorithm GCD اسکرین شاٹ 3
  • Euclidean Algorithm GCD اسکرین شاٹ 4
  • Euclidean Algorithm GCD اسکرین شاٹ 5
  • Euclidean Algorithm GCD اسکرین شاٹ 6
  • Euclidean Algorithm GCD اسکرین شاٹ 7

Euclidean Algorithm GCD APK معلومات

Latest Version
1.0.8
کٹیگری
تعلیمی
Android OS
Android 4.0.3+
فائل سائز
3.1 MB
ڈویلپر
nummolt
Available on
APKPure پر محفوظ اور تیز APK ڈاؤن لوڈ کریں
APKPure آپ کے لئے وائرس سے پاک Euclidean Algorithm GCD APK ڈاؤن لوڈ میسر کرنے کے لئے سائنیچر تصدیق استعمال کرتا ہے۔
APKPure آئیکن

APKPure ایپکےذریعےانتہائی تیزاورمحفوظڈاؤنلوڈنگ

Android پر XAPK/APK فائلیںانسٹالکرنےکےلیےایککلککریں!

ڈاؤن لوڈ کریں APKPure
thank icon
ہم آپ کے صارف کے تجربے کو بہتر بنانے کے لیے اس ویب سائٹ پر کوکیز اور دیگر ٹیکنالوجیز کا استعمال کرتے ہیں۔
اس صفحے پر کسی بھی لنک پر کلک کرکے آپ ہماری رازداری کی پالیسی اور کوکیز پالیسی پر متفق ہو رہے ہیں۔
مزید جانیں