]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/TODO
eja: disable axiom checking for concrete algebras.
[sage.d.git] / mjo / eja / TODO
index ccd0b5ae507312c68d7a5e61d5094cfab617b7c5..9f805373809bf077261973885e4c403af6cfa101 100644 (file)
@@ -20,8 +20,3 @@ 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. The main EJA element constructor is happy to convert between
    e.g. HadamardEJA(3) and JordanSpinEJA(3).
-
-7. Figure out if CombinatorialFreeModule's use of IndexedGenerators
-   can be used to replace the matrix_basis().
-
-8. Move the "field" argument to a keyword after basis, jp, and ip.