]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/matrix_algebra.py: special case for OctonionAlgebra
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Apr 2026 14:56:25 +0000 (10:56 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Apr 2026 14:56:25 +0000 (10:56 -0400)
commit64b496b25e36f82a259721b111440bac09a243aa
tree3afdb3fc4158b2e87fe5968977ec7f2ae6329e42
parent3185733409bc5abff4a0a7da6186699ece84fa78
mjo/matrix_algebra.py: special case for OctonionAlgebra

Eventually I will switch mjo.hurwitz to use Sage's (new)
OctonionAlgebra class. In preparation, add a special case to deal with
the fact that they have a vector() method but no to_vector().
mjo/matrix_algebra.py