|
|
|
Interactive GCD Tracing
Simply enter two non-negative integers and click NEXT
once for each step.
When the remainder r becomes zero, the GCD has been obtained.
To start another GCD problem, click reset.
COMPUTE :
gcd(, )
And the GCD steps are:
Challenges
- Try gcd(18,30)
- Try gcd(650,117)
| |