From: Michael Orlitzky Date: Wed, 26 Jun 2019 14:56:03 +0000 (-0400) Subject: eja: fix element powers. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=64ea775e89b485025775bdf11cc01318e2df37a4;hp=64ea775e89b485025775bdf11cc01318e2df37a4;p=sage.d.git 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. ---