aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 10:40:58 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 10:40:58 +0200
commita5c0210e2ff37acaf4fe58130d2b67365677b559 (patch)
tree4aa1e0a3d84f72c360385965d32f8af2c92425ab /README.md
parentd5266a09e125ac3a0c9c39063d21cc93747c811f (diff)
downloadkummer-degrees-a5c0210e2ff37acaf4fe58130d2b67365677b559.tar.gz
kummer-degrees-a5c0210e2ff37acaf4fe58130d2b67365677b559.zip
New documentation
Diffstat (limited to '')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index f575151..7e9afdc 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,23 @@ Q(\zeta_M,G^{1/N}), where:
10* G^{1/N} is the set of all elements x of an algebraic closure of Q such that 10* G^{1/N} is the set of all elements x of an algebraic closure of Q such that
11x^n belongs to G. 11x^n belongs to G.
12 12
13The main importance of this script is to show that, for a fixed group G as
14above, one can compute in a finite time a finite-case-distinction formula
15that computes the degrees [Q_{M,N}:Q] of such extensions when M and N vary.
16A preprint by A. Perucca, P. Sgobba and S. Tronto that explains how this is
17possible can be found in the docs folder.
18
19I have not computed accurately the complexity of the code. However, I can
20say the following:
21* The complexity is exponential in the rank r of the group.
22* The script can become slow if the generators of the group G are n-th powers
23for very high n.
24* The generators given are factored as product of prime powers, so very large
25generators can slow the script as well.
26* The code is very fast for groups of small rank (e.g. up to 5) and generated
27by elements of magnitude 10^6; higher ranks are feasible as well with smaller
28generators.
29
13It contains the following useful functions: 30It contains the following useful functions:
14 31
15## TotalKummerFailure( G ) 32## TotalKummerFailure( G )

Generated with cgit - Back to sebastiano.tronto.net