From: Michael Orlitzky Date: Sat, 23 Nov 2024 02:52:08 +0000 (-0500) Subject: mjo/hurwitz.py: quaternion gens are a tuple now X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5a072c1dc20db2ebdb99493ae334efe98719d264;p=sage.d.git mjo/hurwitz.py: quaternion gens are a tuple now --- 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)