Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac #17671: (review) clearer doc in rings.arith.xgcd
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Jan 28, 2015
1 parent 673bca9 commit dd86cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/arith.py
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ def xgcd(a, b):
(1, (a^2 + (2*g)*a + 3)/(b^3 + (g)*b^2), ((-a + (-g))/b^2)*y + 1/b)
Here is an example of a xgcd for two polynomials over the integers, where the linear
combination is not the gcd but the resultant::
combination is not the gcd but the gcd multiplied by the resultant::
sage: R.<x> = ZZ[]
sage: gcd(2*x*(x-1), x^2)
Expand Down

0 comments on commit dd86cb7

Please sign in to comment.