X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2FTODO;h=08b8e81b22e8b5fde0a368e11840267edab4d250;hb=3c7644ecfe369b6f83aa707b87d7a1f9aa246e27;hp=c9c264c436b198e02c39f7792307572c5efead7d;hpb=52341fdeb29a68a5cb88e53b9ee42c695e24d9d9;p=sage.d.git diff --git a/mjo/eja/TODO b/mjo/eja/TODO index c9c264c..08b8e81 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -24,9 +24,5 @@ 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 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. - 9. Add back the check_field=False and check_axioms=False parameters - for the EJAs we've constructed ourselves. We can probably pass - the value of "check_axioms" to .span_of_basis() to skip - the linear-independence check. + for the EJAs we've constructed ourselves.