X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2FTODO;h=39daf2a796c0d9d21c21057ae0899dacf4fbed89;hp=310e3073c667fb42b7591c0b8a989f590455e4fa;hb=e5b0be0dcbe6cbce15e0b9974fcfb6626f4afda0;hpb=fc29add6cf1d9ff4e8a240b0f8f2ca6672d4ea57 diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 310e307..39daf2a 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -36,3 +36,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 sage: x.is_invertible() == (x.det() != 0) in eja_element.py returns False. + +8. The definition of product_on_basis() and the element constructor + for MatrixAlgebra are totally wrong. There's no reason to expect + a product of monomials to again be plus/minus a monomial.