php// Solve the equation a*s + b*t = g// where a = 12, b = 21, g = gcd(12, 21) = 3$a = gmp_init(12);$