From 0103fdda28e6a0f3eda84c625eeda8a3b4754775 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Dec 2020 14:05:22 -0500 Subject: [PATCH] eja: add a soon-TODO. --- mjo/eja/TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 25ef99d..0e969cd 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -20,4 +20,7 @@ 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 6. Profile the construction of "large" matrix algebras (like the 15-dimensional QuaternionHermitianAlgebra(3)) to find out why - they're so slow. \ No newline at end of file + they're so slow. + +7. Drop the element-subalgebra in favor of a regular subalgebra. The + cached "one" can be set in the method. -- 2.43.2