kummer-degrees

Compute the degree of Kummer extensions
git clone https://git.tronto.net/kummer-degrees
Download | Log | Files | Refs | README | LICENSE

commit 2e5c81bc60394d8b423fa8c85718aedfc6a252c7
parent b98adb4b1a388dfa66a654b4a84f08cc72e4c660
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Tue, 30 Jul 2019 17:51:01 +0200

Hopefully removed some .swp files (I'm still figuring out how this works
)

Diffstat:
D.kummer_degree.sage.swp | 0
D.parameters_Q4_new.sage.swp | 0
Atodo-list | 6++++++
3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/.kummer_degree.sage.swp b/.kummer_degree.sage.swp Binary files differ. diff --git a/.parameters_Q4_new.sage.swp b/.parameters_Q4_new.sage.swp Binary files differ. diff --git a/todo-list b/todo-list @@ -0,0 +1,6 @@ +- Decent output format. What information might the user want? +- Caching for efficient subsequent computations on the same group + - What is Sage standard for this kind of stuff? +- Standardize to Sage coding style +- Should the given degree be over Q or over the cyclotomic field? + - I don't even remember what I am doing now on top of my mind...