![]() |
#2
tobyliying2007-06-21 10:47
|
I have two natural numbers M and N, M>N, and gcd(M, N) = 1. I want to find integers x and y such that
x*M + y*N = 1.
Can you give me x and y in terms of M and N; i.e., express x or y as a function of M and N.
Thanks,
HJin