Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Updating doc-string for A_oo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMathas committed Jul 15, 2016
1 parent 5b02f0d commit c600b3c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/sage/combinat/root_system/type_A_infinity.py
Expand Up @@ -16,13 +16,15 @@

class CartanType(CartanType_standard, CartanType_simple):
r"""
Define the Cartan type `A_oo`.
Define the Cartan type `A_{\infty}`.
In sage `oo` is the same as `+Infinity` so `NN` and `ZZ` are used to
differentiate between the `A_{+\infty}` and `A_{\infty}` root systems.
We use `NN` and `ZZ` to explicitly differentiate between the
`A_{+\infty}` and `A_{\infty}` root systems. While `oo` is
the same as `+Infinity` in Sage, it is used as an alias
for `ZZ`.
"""
# We do not inherit from CartanType_crystallographic because it provides
# methods that are not yet implemented.
# methods that are not implemented for A_oo.
def __init__(self, index_set):
"""
EXAMPLES::
Expand Down

0 comments on commit c600b3c

Please sign in to comment.