diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,7 +5,7 @@ TotalKummerFailure (described below), simply download the file | |||
| 5 | kummer_degree.sage and include it in your SageMath session/project, | 5 | kummer_degree.sage and include it in your SageMath session/project, |
| 6 | for example with | 6 | for example with |
| 7 | ``` | 7 | ``` |
| 8 | attach("kummer_degree.sage"). | 8 | attach("kummer_degree.sage") |
| 9 | ``` | 9 | ``` |
| 10 | 10 | ||
| 11 | A Kummer Extension of Q is a field extension of the form Q_{M,N}:= | 11 | A Kummer Extension of Q is a field extension of the form Q_{M,N}:= |
| @@ -22,7 +22,7 @@ this field Galois over Q. | |||
| 22 | 22 | ||
| 23 | The main importance of this script is to show that, for a fixed group G as | 23 | The main importance of this script is to show that, for a fixed group G as |
| 24 | above, one can compute in a finite time a finite-case-distinction formula | 24 | above, one can compute in a finite time a finite-case-distinction formula |
| 25 | that computes the degrees [Q_{M,N}:Q] of such extensions when M and N vary. | 25 | that computes the degrees of such extensions when M and N vary. |
| 26 | A preprint by A. Perucca, P. Sgobba and S. Tronto that explains how this is | 26 | A preprint by A. Perucca, P. Sgobba and S. Tronto that explains how this is |
| 27 | possible can be found in the docs folder. | 27 | possible can be found in the docs folder. |
| 28 | 28 | ||
