]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/TODO
eja: fix a deorthonormalization bug.
[sage.d.git] / mjo / eja / TODO
index 5307527b5285eb821f75b8e9dfa58b2d512c10a9..38cff88c1584b5be8c6a6ce7e90a47b8350adce3 100644 (file)
@@ -2,10 +2,7 @@
 
 2. Profile (and fix?) any remaining slow operations.
 
-3. Every once in a long while, the test
-
-       sage: set_random_seed()
-       sage: x = random_eja().random_element()
-       sage: x.is_invertible() == (x.det() != 0)
-
-   in eja_element.py returns False.
+3. When we take a Cartesian product involving a trivial algebra, we
+   could easily cache the identity and charpoly coefficients using
+   the nontrivial factor. On the other hand, it's nice that we can
+   test out some alternate code paths...