From 5a072c1dc20db2ebdb99493ae334efe98719d264 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 22 Nov 2024 21:52:08 -0500 Subject: [PATCH] mjo/hurwitz.py: quaternion gens are a tuple now --- mjo/hurwitz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo/hurwitz.py b/mjo/hurwitz.py index 4d8aa8c..c3f3c60 100644 --- a/mjo/hurwitz.py +++ b/mjo/hurwitz.py @@ -539,7 +539,7 @@ class HurwitzMatrixAlgebra(MatrixAlgebra): sage: QQbar.gens() (I,) sage: QuaternionAlgebra(AA,1,-1).gens() - [i, j, k] + (i, j, k) sage: Octonions().gens() (e0, e1, e2, e3, e4, e5, e6, e7) -- 2.49.0