aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 11:45:59 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 11:45:59 +0200
commit50d53b44e1e47242f2c8de991ce57f04a0292055 (patch)
treefe540c5e5f8e1615628334ec9786906d754a3df4 /README.md
parent3b815435cbb3119ccc55063cee595b0bf4e213cb (diff)
downloadkummer-degrees-50d53b44e1e47242f2c8de991ce57f04a0292055.tar.gz
kummer-degrees-50d53b44e1e47242f2c8de991ce57f04a0292055.zip
New documentation
Diffstat (limited to '')
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d24126..5f25e52 100644
--- a/README.md
+++ b/README.md
@@ -141,3 +141,35 @@ M/N is ODD and is read as the previous one.
141 141
142``` 142```
143 143
144Uncommenting the line of code:
145```
146print_case_list( ret )
147```
148inside the function total_kummer_failure makes the script output the
149description of the total failure as a finite list of cases, as below:
150
151```
152
153sage: TotalKummerFailure([25])
154M_0 = 40
155N_0 = 8
156
157The following table shows the total failure of Kummer degrees.
158The degree of the Kummer extension (M,N) is e / f, where e = phi(M)*N^rank(G) and f is the entry of the table below at the row labelled with gcd(N,N0) and the column labelled with gcd(M,M0).
159
160 | 1 2 4 5 8 10 20 40
161 - - - - - - - - - -
162 1 | 1 1 1 1 1 1 1 1
163 2 | 2 2 2 2 2 2 2 2
164 4 | 2 2 2 2 2 2 4 4
165 8 | 2 2 2 2 2 2 2 4
166
167Failure is 1 if (gcd(M,M0),gcd(N,N0)) is one of the following:
168[(1, 1), (2, 1), (4, 1), (5, 1), (8, 1), (10, 1), (20, 1), (40, 1)]
169
170Failure is 2 if (gcd(M,M0),gcd(N,N0)) is one of the following:
171[(1, 2), (2, 2), (4, 2), (5, 2), (8, 2), (10, 2), (20, 2), (40, 2), (1, 4), (2, 4), (4, 4), (5, 4), (8, 4), (10, 4), (1, 8), (2, 8), (4, 8), (5, 8), (8, 8), (10, 8), (20, 8)]
172
173Failure is 4 if (gcd(M,M0),gcd(N,N0)) is one of the following:
174[(20, 4), (40, 4), (40, 8)]
175```

Generated with cgit - Back to sebastiano.tronto.net