Extended Euclidean

Hello!

To view this page you need Microsoft Silverlight 3 plug-in.
Silverlight will enable your browser to understand complex Rich Internet Applications.
After installing (~10 seconds), you will be able to view and execute live algorithms.

Click here to download the plugin directly from Microsoft (4 MB)
If you want to learn more about MS Silverlight, take a look at this Wikipedia article.
Output
type in the input above and click 'Execute'
the result will be outputted here
Related Algorithms
Discussion
0
no comments yet
login to leave a comment
Version 1
Version 1 by ANaimi
+1
The Extended Euclidean algorithm is a version of the Euclidean Algorithm; its input are two integers a and b and the algorithm computes their greatest common divisor (GCD) as well as integers x and y such that ax + by = gcd(a,b).

The output of the current implementation is an object with: X, Y, and GCD

See http://en.wikipedia.org/wiki/Extended_Euclidean_algorithm
Based on http://www.glasglow.com/e2/ex/Extended_Euclidean_algorithm.html
By ANaimi
11 months and 2 days ago
up down

implementations

one version available

rated by

one user - list?

viewed by

4 users - list?

favorited by

0 users - list?

last activity

11 months and 2 days ago

dependents receiving external calls from

  • RSA version 1