Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/sage/groups/affine_gps/catalog.py
8815 views
1
r"""
2
Type ``groups.affine.<tab>`` to access examples
3
of groups implemented as affine groups.
4
"""
5
6
# groups imported here will be available
7
# via groups.affine.<tab>
8
#
9
# Do not use this file for code
10
#
11
# If you import a new group, then add an
12
# entry to the list in the module-level
13
# docstring of groups/groups_catalog.py
14
15
from affine_group import AffineGroup as Affine
16
from euclidean_group import EuclideanGroup as Euclidean
17
18