Coverage for local/lib/python2.7/site-packages/sage/groups/finitely_presented_catalog.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" Type ``groups.presentation.<tab>`` to access examples of groups implemented as finite presentations (quotients of free groups).
TESTS::
sage: 'absolute_import' in dir(groups.presentation) False """
# groups imported here will be available # via groups.presentation.<tab> # # Do not use this file for code # # If you import a new group, then add an # entry to the list in the module-level # docstring of groups/groups_catalog.py
# We don't want this to appear in tab completion |