From: Michael Orlitzky Date: Sat, 21 Nov 2020 13:22:27 +0000 (-0500) Subject: eja: add another TODO item. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=bfaac3f5d42f31fabb37a5260fd5b870f639ea59 eja: add another TODO item. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index f49bde1..b27f2f1 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -24,3 +24,9 @@ This may require supporting "basis" as a list of basis vectors (as opposed to superalgebra elements) in the subalgebra constructor. + +8. Implement random_instance() for general algebras as random_eja(). + Copy/paste the "general" construction into the other classes that + can use it. The general construction can be something like "call + random_instance() on something that inherits me and return the + result."