"""
def __init__(self, n, field=QQ, normalize_basis=True, **kwargs):
- if n > 1:
+ if n > 1 and normalize_basis:
# We'll need sqrt(2) to normalize the basis, and this
# winds up in the multiplication table, so the whole
# algebra needs to be over the field extension.
"""
def __init__(self, n, field=QQ, normalize_basis=True, **kwargs):
- if n > 1:
+ if n > 1 and normalize_basis:
# We'll need sqrt(2) to normalize the basis, and this
# winds up in the multiplication table, so the whole
# algebra needs to be over the field extension.