From: Michael Orlitzky Date: Sat, 13 Mar 2021 15:44:51 +0000 (-0500) Subject: eja: remove an impossible TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=c56bfc80980e381a62cbb964c4c7e1200d9c839c;hp=c56bfc80980e381a62cbb964c4c7e1200d9c839c;p=sage.d.git eja: remove an impossible TODO. We can't use the _rational_algebra to get minimal polynomials like we do with characteristic ones. The secret with the charpolys is that the (irrational) coordinates of the element are hidden behind polynomial variables. With the minimal polynomial, we'd need to operate on them directly... but we can't, in a rational algebra. ---