]> 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>
Mon, 29 Jul 2019 03:19:01 +0000 (23:19 -0400)
commit64ea775e89b485025775bdf11cc01318e2df37a4
treeef0995b5cea0470551047a807911636bb1c87005
parent18fc5a9d41f3e17636502491edf85c1835c33f6b
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