From: Michael Orlitzky Date: Thu, 5 Nov 2020 00:03:16 +0000 (-0500) Subject: eja: remove a completed TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=0ed6dd869beb5fecd91e3653243e9c899b12c36b eja: remove a completed TODO. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 38aa85b..b8ceda8 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -17,6 +17,3 @@ B. Add support for a symmetric positive-definite bilinear form in 6. Can we make the minimal and characteristic polynomial tests work for trivial algebras, too? Then we wouldn't need the "nontrivial" argument to random_eja(). - -7. Solve the charpoly system with A_of_x.solve_right(x_powers[r]) - rather than dumbass Cramer's rule.