#6091: [with patch, needs review] syntax extended for subfields of number fields
----------------------+-----------------------------------------------------
Reporter: fwclarke | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone:
Component: algebra | Keywords:
----------------------+-----------------------------------------------------
At present
{{{
sage: C.<z> = CyclotomicField(20)
sage: D.<w>, phi = C.subfield(z^4)
}}}
fails.
This is simply because the code uses the name `name` instead of the name
`names`. The patch fixes this, and does the same for `change_generator`
(with doctests).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6091>
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
-~----------~----~----~----~------~----~------~--~---