From: Michael Orlitzky Date: Wed, 3 Mar 2021 16:21:15 +0000 (-0500) Subject: eja: change OctonionMatrixAlgebra paramater field -> scalars. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=44ef5b665217783bbeb05341476d6e02bbc44d4f eja: change OctonionMatrixAlgebra paramater field -> scalars. --- diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index e16fd97..d7010bc 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -2629,7 +2629,7 @@ class OctonionHermitianEJA(FiniteDimensionalEJA, MatrixEJA): """ from mjo.octonions import OctonionMatrixAlgebra - MS = OctonionMatrixAlgebra(n, field=field) + MS = OctonionMatrixAlgebra(n, scalars=field) es = MS.entry_algebra().gens() basis = []