]> gitweb.michael.orlitzky.com - sage.d.git/commit
eja: fix element powers.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 26 Jun 2019 14:56:03 +0000 (10:56 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 26 Jun 2019 14:56:03 +0000 (10:56 -0400)
commitdf910e34f4b07c82649aa566f81dd89a952594bd
treeef0995b5cea0470551047a807911636bb1c87005
parent48ce6f84b916bb3cad978a7fc398135cf77e7f0c
eja: fix element powers.

We were using row-vector multiplication for powers (taken from the
superclass), but our vectors are column vectors. Oops. This broke
things when we assumed column vectors were being used, like when
we constructed a multiplication table. This commit fixes the powers
and adds/updates some tests.
mjo/eja/euclidean_jordan_algebra.py