]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_algebra.py
eja: fix a copy/paste error in the docs.
[sage.d.git] / mjo / eja / eja_algebra.py
index 3671e367359d5eeb7b86c76fe98ec4e90edb2f6e..afd0f55c103c885315e99bc90afe647262aadfbd 100644 (file)
@@ -2450,7 +2450,7 @@ class OctonionHermitianEJA(HermitianMatrixEJA, RationalBasisEJA, ConcreteEJA):
     @staticmethod
     def _max_random_instance_size(max_dimension):
         r"""
-        The maximum rank of a random QuaternionHermitianEJA.
+        The maximum rank of a random OctonionHermitianEJA.
         """
         # There's certainly a formula for this, but with only four
         # cases to worry about, I'm not that motivated to derive it.
@@ -3767,3 +3767,9 @@ class ComplexSkewSymmetricEJA(RationalBasisEJA, ConcreteEJA):
                          field=field,
                          matrix_space=A,
                          **kwargs)
+
+        # This algebra is conjectured (by me) to be isomorphic to
+        # the quaternion Hermitian EJA of size n, and the rank
+        # would follow from that.
+        #self.rank.set_cache(n)
+        self.one.set_cache( self(-J) )