From: Michael Orlitzky Date: Fri, 26 Jul 2019 16:11:32 +0000 (-0400) Subject: eja: improve a comment. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=d4abbb9559730285a79574ccbabe18ff28dad585;p=sage.d.git eja: improve a comment. --- diff --git a/mjo/eja/euclidean_jordan_algebra.py b/mjo/eja/euclidean_jordan_algebra.py index 6400485..8bd10cc 100644 --- a/mjo/eja/euclidean_jordan_algebra.py +++ b/mjo/eja/euclidean_jordan_algebra.py @@ -1008,9 +1008,8 @@ class FiniteDimensionalEuclideanJordanAlgebra(FiniteDimensionalAlgebra): Return the matrix that represents left- (or right-) multiplication by this element in the parent algebra. - We have to override this because the superclass method - returns a matrix that acts on row vectors (that is, on - the right). + We implement this ourselves to work around the fact that + our parent class represents everything with row vectors. EXAMPLES: