]> gitweb.michael.orlitzky.com - sage.d.git/commit
eja: use NumberField instead of QuadraticField everywhere.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Aug 2019 21:28:06 +0000 (17:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Aug 2019 21:28:06 +0000 (17:28 -0400)
commit6b5e01f0f520475a7de60757a6c70511254ec2c6
treecbe08c6a77f8c02606215dc69f4a07f3753d7c58
parentd4abf92e1e275554019be8987c6e837dfdc40150
eja: use NumberField instead of QuadraticField everywhere.

This will be more extensible when we need a field containing both
sqrt(2) and sqrt(-1). QuadraticField can't handle that, so we have to
use NumberField anyway at that point. Might as well get it out of the
way.
mjo/eja/eja_algebra.py