]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
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)
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.


No differences found