]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/matrix_algebra.py: support OctonionAlgebra in entry_algebra_gens()
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Apr 2026 15:07:07 +0000 (11:07 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Apr 2026 15:07:07 +0000 (11:07 -0400)
commit8b44f537a2961b04ef4b42183bb42e6eaee9bd60
tree7b1d200e14ce3a9c33fa89c06974e99adff3d4b3
parent64b496b25e36f82a259721b111440bac09a243aa
mjo/matrix_algebra.py: support OctonionAlgebra in entry_algebra_gens()

We need a special case for algebras that have a basis(), since that's
really what we want, and "generators" is technically incorrect when
multiplication is involved.
mjo/matrix_algebra.py