Assumptions:
TeX:
\operatorname{xgcd}\!\left(0, b\right) = \left(\left|b\right|, 0, \operatorname{sgn}(b)\right) b \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
XGCD | Extended greatest common divisor | |
Abs | Absolute value | |
Sign | Sign function | |
ZZ | Integers |
Source code for this entry:
Entry(ID("6fd925"), Formula(Equal(XGCD(0, b), Tuple(Abs(b), 0, Sign(b)))), Variables(b), Assumptions(Element(b, ZZ)))