gcd and Bezout
Here is a web form that finds the gcf(a, b) of integers a and b and writes it as a linear combination of a and b:
Enter a:
Enter b:
(
Here
is the perl program I wrote to do the calculation.)