#6291: Missing identity function in AbelianGroup
--------------------------+-------------------------------------------------
Reporter: jlefebvre | Owner: joyner
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.0.2
Component: group_theory | Keywords: AbelianGroup
Reviewer: | Author: Jerome Lefebvre
Merged: |
--------------------------+-------------------------------------------------
Missing identity function
AbelianGroup patch
Since we can do;
{{{
sage: G = DihedralGroup(10)
sage: G.identity()
()
sage: G = SymmetricGroup(5)
sage: G.identity()
()
}}}
I thought we should be able to do the following
{{{
sage: G = AbelianGroup([2,2])
sage: G.identity()
1
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6291>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---