#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  |   Resolution:               
 Keywords:                       |  
---------------------------------+------------------------------------------
Comment (by malb):

 It does something now:

 {{{
 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)
 (49*a^4*b^2/(343*a^6), 1, ((-1)/(h*a))*y + 49*a^4*b/(343*a^6))
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3330#comment:1>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to