]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: add another TODO item.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Nov 2020 13:22:27 +0000 (08:22 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 21 Nov 2020 13:22:27 +0000 (08:22 -0500)
mjo/eja/TODO

index f49bde15a52f31f7147481cf4eada29317b091e1..b27f2f12875e317fd2b088a74d7395c84ab8e454 100644 (file)
@@ -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."