From 09298a6b80a44847f506961e0eeccb8cdf2ad9d3 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 30 Oct 2020 15:32:38 -0400 Subject: [PATCH] eja: add TODON'T use Cramer's rule. --- mjo/eja/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mjo/eja/TODO b/mjo/eja/TODO index b8ceda8..38aa85b 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -17,3 +17,6 @@ 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. -- 2.43.2