From: Michael Orlitzky Date: Sun, 11 Oct 2020 19:22:49 +0000 (-0400) Subject: mjo/eja/eja_algebra.py: fix unimportant left/right eigenspace terminology. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=58ce52dbf3c4310e70020153873430a1043acb53;p=sage.d.git mjo/eja/eja_algebra.py: fix unimportant left/right eigenspace terminology. --- diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 389efbf..1f48f3c 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -757,7 +757,7 @@ class FiniteDimensionalEuclideanJordanAlgebra(CombinatorialFreeModule): J5 = VectorSpace(self.base_ring(), 0) # eigenvalue one-half J1 = trivial # eigenvalue one - for (eigval, eigspace) in c.operator().matrix().left_eigenspaces(): + for (eigval, eigspace) in c.operator().matrix().right_eigenspaces(): if eigval == ~(self.base_ring()(2)): J5 = eigspace else: