diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-07-31 16:14:16 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-07-31 16:14:16 +0200 |
| commit | cc3732bc883f7c64685b8b474d143e402b8d8ce0 (patch) | |
| tree | 1ed8b1775a276fa89971f5cfa51d94b44ca29e3c | |
| parent | 2add0f43d3d2718fb544bedc99217af9d99955b7 (diff) | |
| download | kummer-degrees-cc3732bc883f7c64685b8b474d143e402b8d8ce0.tar.gz kummer-degrees-cc3732bc883f7c64685b8b474d143e402b8d8ce0.zip | |
Just some refactoring
| -rw-r--r-- | kummer_degree.sage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kummer_degree.sage b/kummer_degree.sage index 5a5f073..29e6852 100644 --- a/kummer_degree.sage +++ b/kummer_degree.sage | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ############################################################################### | 1 | ############################################################################### |
| 2 | # This software allows one to compute the degree of certain field extensions # | 2 | # This program allows one to compute the degree of certain field extensions # |
| 3 | # of the rational numbers. In particular, it can compute the degree over Q of # | 3 | # of the rational numbers. In particular, it can compute the degree over Q of # |
| 4 | # extensions of the form Q( sqrt[N](G), \zeta_M ), where: # | 4 | # extensions of the form Q( sqrt[N](G), \zeta_M ), where: # |
| 5 | # - N and M are integers with N dividing M; # | 5 | # - N and M are integers with N dividing M; # |
