1/12
Euclidean Algorithm GCD screenshot 0
Euclidean Algorithm GCD screenshot 1
Euclidean Algorithm GCD screenshot 2
Euclidean Algorithm GCD screenshot 3
Euclidean Algorithm GCD screenshot 4
Euclidean Algorithm GCD screenshot 5
Euclidean Algorithm GCD screenshot 6
Euclidean Algorithm GCD screenshot 7
Euclidean Algorithm GCD screenshot 8
Euclidean Algorithm GCD screenshot 9
Euclidean Algorithm GCD screenshot 10
Euclidean Algorithm GCD screenshot 11
Euclidean Algorithm GCD Icon

Euclidean Algorithm GCD

nummolt
Trustable Ranking IconTrusted
1K+Downloads
7MBSize
Android Version Icon4.0.3 - 4.0.4+
Android Version
1.0.8(30-07-2024)Latest version
-
(0 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/12

Description of 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)

Euclidean Algorithm GCD - Version 1.0.8

(30-07-2024)
Other versions
What's newUpdate to sdk34 Android 14 - Privacy Policy updated

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1

Euclidean Algorithm GCD - APK Information

APK Version: 1.0.8Package: com.nummolt.euclidean.algorithm
Android compatability: 4.0.3 - 4.0.4+ (Ice Cream Sandwich)
Developer:nummoltPrivacy Policy:http://www.nummolt.com/PrivacyPolicy/PrivacyPolicyForNummoltGooglePlayForEducationApps.htmlPermissions:0
Name: Euclidean Algorithm GCDSize: 7 MBDownloads: 1Version : 1.0.8Release Date: 2024-07-30 17:49:53Min Screen: SMALLSupported CPU:
Package ID: com.nummolt.euclidean.algorithmSHA1 Signature: 7D:1B:EB:C4:90:84:54:CE:D1:1B:9F:90:0E:E1:66:4A:40:94:35:67Developer (CN): Maurici CarboOrganization (O): nummoltLocal (L): barcelonaCountry (C): esState/City (ST): spainPackage ID: com.nummolt.euclidean.algorithmSHA1 Signature: 7D:1B:EB:C4:90:84:54:CE:D1:1B:9F:90:0E:E1:66:4A:40:94:35:67Developer (CN): Maurici CarboOrganization (O): nummoltLocal (L): barcelonaCountry (C): esState/City (ST): spain

Latest Version of Euclidean Algorithm GCD

1.0.8Trust Icon Versions
30/7/2024
1 downloads7 MB Size
Download

Other versions

1.0.7Trust Icon Versions
21/10/2023
1 downloads1.5 MB Size
Download
1.0.5Trust Icon Versions
3/11/2022
1 downloads1.5 MB Size
Download