]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/euclidean_jordan_algebra.py
eja: improve a comment.
[sage.d.git] / mjo / eja / euclidean_jordan_algebra.py
index 640048543cff7eb2e2a737f8fa49dfdb56b5991e..8bd10cc493e130364aea3971d2c5f9ce5910803b 100644 (file)
@@ -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: