From 15a5605215890a9411c0182294fcfda41a0490dd Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 7 Mar 2021 00:53:02 -0500 Subject: [PATCH] eja: update an existing TODO. --- mjo/eja/TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mjo/eja/TODO b/mjo/eja/TODO index f415681..cd516fc 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -24,10 +24,9 @@ sage: a0 = (1/4)*X[4]**2*X[6]**2 - (1/2)*X[2]*X[5]*X[6]**2 - (1/2)*X[3]*X[4]*X[6 sage: e0*[[[[]]]] [[[[]]]]*e0 -6. In fact, could my octonion matrix algebra be generalized for any - algebra of matrices over the reals whose entries are not real? Then - we wouldn't need real embeddings at all. They might even be fricking - vector spaces if I did that... +6. Figure out how to make OctonionHermitianEJA a RationalBasisEJA, + and then convert the complex/quaternion algebras to avoid real- + (un)embeddings. 7. Every once in a long while, the test -- 2.43.2