bezout_identity
Calculate Bézout coefficients to find integers x and y satisfying ax + by = gcd(a,b) for given integers a and b.
Instructions
Find Bézout coefficients: integers x, y such that ax + by = gcd(a, b). (Domain: arithmetic, Category: bezout_identity)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |