[求助]Elementary number theory --- gcd
I have two natural numbers M and N, M>N, and gcd(M, N) = 1. I want to find integers x and y such thatx*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