diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 10:45:36 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 10:45:36 +0200 |
| commit | 5bf4cde26ce9c3edc0a3f007714b3690f397b286 (patch) | |
| tree | 9d0c3d76cfdf1c7591d4d2feb99c2509c3a3b87c /README.md | |
| parent | f2cc02f87cc8af2f264ff2e132daf19b4e732a9c (diff) | |
| download | kummer-degrees-5bf4cde26ce9c3edc0a3f007714b3690f397b286.tar.gz kummer-degrees-5bf4cde26ce9c3edc0a3f007714b3690f397b286.zip | |
New documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
| @@ -30,7 +30,16 @@ generators can slow the script as well. | |||
| 30 | by elements of magnitude 10^6; higher ranks are feasible as well with smaller | 30 | by elements of magnitude 10^6; higher ranks are feasible as well with smaller |
| 31 | generators. | 31 | generators. |
| 32 | 32 | ||
| 33 | It contains the following useful functions: | 33 | |
| 34 | ## KummerDegree( G, M, N ) | ||
| 35 | |||
| 36 | Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as a list of generators and it may contain torsion. | ||
| 37 | |||
| 38 | Example: | ||
| 39 | ``` | ||
| 40 | sage: KummerDegree([-36,12,-1],120,24) | ||
| 41 | 4608 | ||
| 42 | ``` | ||
| 34 | 43 | ||
| 35 | ## TotalKummerFailure( G ) | 44 | ## TotalKummerFailure( G ) |
| 36 | 45 | ||
| @@ -65,12 +74,4 @@ The following table shows the total failure of Kummer degrees if the quotient M/ | |||
| 65 | 74 | ||
| 66 | ``` | 75 | ``` |
| 67 | 76 | ||
| 68 | ## KummerDegree( G, M, N ) | ||
| 69 | 77 | ||
| 70 | Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as a list of generators and it may contain torsion. | ||
| 71 | |||
| 72 | Example: | ||
| 73 | ``` | ||
| 74 | sage: KummerDegree([-36,12,-1],120,24) | ||
| 75 | 4608 | ||
| 76 | ``` | ||
