#3329: attempting to convert relative number field elements to Singular should
fail quickly
------------------------+---------------------------------------------------
Reporter: cwitty | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: interfaces | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by malb):
This seems to work now because we avoid Singular
{{{
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))
}}}
Carl, any thoughts on this?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3329#comment:3>
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
-~----------~----~----~----~------~----~------~--~---