X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2FTODO;h=529f70fd633bf36275c63282a05614f1109a7df0;hp=1def3d2e9fd8cf381ae743344ce670a13f226438;hb=d9b0659df5d8ad61f457674e009180618dffef67;hpb=9550136d8a78dbc1d1aa891e31a66eb993d4be3e diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 1def3d2..529f70f 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -18,3 +18,8 @@ True sage: x.det() 0 + +4. 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...