Qurak

ExtendedGCD

Available

Returns `{g, {s, t}}` with `g == GCD[a, b] == s a + t b`.

ExtendedGCD[n1, n2, …]
ExtendedGCD[12, 18] → {6, {-1, 1}}

Topics

Related

All 6300 functions · Use this from an MCP client