#3330: multivariate polynomial GCD should work over more base rings
---------------------------------+------------------------------------------
Reporter: cwitty | Owner: malb
Type: enhancement | Status: new
Priority: major | Milestone: sage-wishlist
Component: commutative algebra | Keywords:
---------------------------------+------------------------------------------
Changes (by AlexGhitza):
* cc: gaetan.bis...@… (added)
Comment:
And now:
{{{
----------------------------------------------------------------------
| Sage Version 3.4, Release Date: 2009-03-11 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: R.<a,b> = NumberField(x^2-3,'g').extension(x^2-7,'h')[]
sage: h = R.base_ring().gen()
sage: S.<y> = R.fraction_field()[]
sage: xgcd(y^2, a*h*y+b)
(b^2/(7*a^2), 1, ((-1)/(h*a))*y + b/(7*a^2))
}}}
This actually looks correct to me. I'm cc-ing the original poster so he
can comment on it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3330#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---