pyfgcr
- 22
- 0
I wonder how to find linear combination of 2 numbers, that is: ax+by=t, with t=m*GCD(a,b), and m,a,b \in Z. Find x,y.
pyfgcr said:I wonder how to find linear combination of 2 numbers, that is: ax+by=t, with t=m*GCD(a,b), and m,a,b \in Z. Find x,y.