]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/hurwitz.py: fix entry_algebra_gens() in HurwitzMatrixAlgebra
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Apr 2026 13:59:37 +0000 (09:59 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Apr 2026 13:59:37 +0000 (09:59 -0400)
commitb197d66ce91b989e217728640265bcf445062e15
tree64385f7dfdee569e19eb73d3866deef908c30805
parent8b44f537a2961b04ef4b42183bb42e6eaee9bd60
mjo/hurwitz.py: fix entry_algebra_gens() in HurwitzMatrixAlgebra

Just like we did for MatrixAlgebra, add a special case for the
octonions in entry_algebra_gens(). The OctonionAlgebra uses gens()
for the multiplicative generators, so we only get five of them.
mjo/hurwitz.py