kummer-degrees

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

commit dcd9a93285cbcba467dac66854791fc392da399e
parent bc061966c6aa7c12b8e2eb150ceaa490268f6c9c
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Fri, 20 Sep 2019 10:17:23 +0200

New documentation

Diffstat:
Mdocs/README | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/README b/docs/README @@ -1,7 +1,7 @@ -Here we collect some incomplete and work-in-progress documentation. +The file preprint.pdf is the preprint of the paper where the theory on whic +this script is based is developed. -In compute_degrees we prove that our way to compute the degrees gives the -correct result. - -In af_code we break down the code for the "adelic failure" part of the script -and we check that it computes the degrees as described in compute_degrees. +In the filde af_code.pdf we break down the code for computing the adelic +failure. The aim is to bridge the gap between the theory and the SageMath code, +making it possible for the reader to check that the code actually computes the +correct degrees.