Module: sage.groups.group
Class: AbelianGroup
Functions: is_abelian
self) |
Return True.
Class: AlgebraicGroup
Class: FiniteGroup
Functions: is_finite
self) |
Return True.
Class: Group
Functions: category,
is_abelian,
is_atomic_repr,
is_finite,
order,
quotient,
random_element
self) |
The category of all groups
self) |
Return True if this group is abelian.
self) |
True if the elements of this group have atomic string representations. For example, integers are atomic but polynomials are not.
self) |
Returns True if this group is finite.
self) |
Returns the number of elements of this group, which is either a positive integer or infinity.
self, H) |
Return the quotient of this group by the normal subgroup
.
self, bound=None) |
Return a random element of this group.
Special Functions: __call__,
__contains__,
_coerce_
See About this document... for information on suggesting changes.