From: Michael Orlitzky Date: Fri, 23 Aug 2019 15:27:33 +0000 (-0400) Subject: eja: fix a comment to match its test case. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=b0915886d2503c46bce66d92e79f49687c5c4466;p=sage.d.git eja: fix a comment to match its test case. --- diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index d90d3f2..88ceef4 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -1504,7 +1504,7 @@ class QuaternionHermitianEJA(FiniteDimensionalEuclideanJordanAlgebra): TESTS: - The dimension of this algebra is `n^2`:: + The dimension of this algebra is `2*n^2 - n`:: sage: set_random_seed() sage: n = ZZ.random_element(1,4)