Understanding Output in SageMath Regarding Dirichlet Characters
p=7
G = DirichletGroup(p); G
m=3; n=ZZ((p-1)/m); print m,n
c=G[1]
c1=c^n;c1
The output is:
Dirichlet character modulo 7 of conductor 7 mapping 3 |--> zeta6 - 1
Can anyone explain what zeta6 is? Is this the Riemann-Zeta function? Is this the whole group of units? Is there a relation to the Eisenstein primes? I'm still a bit weak in this material and am having trouble grasping some of these sage outputs. Thank you in advance!
EDIT: If I take the log and then exponentiate I get, for p=7;
$$ -frac{3i}{2}sqrt{3} +frac{1}{2}$$
Not sure what this is exactly.
abstract-algebra number-theory sagemath
add a comment |
p=7
G = DirichletGroup(p); G
m=3; n=ZZ((p-1)/m); print m,n
c=G[1]
c1=c^n;c1
The output is:
Dirichlet character modulo 7 of conductor 7 mapping 3 |--> zeta6 - 1
Can anyone explain what zeta6 is? Is this the Riemann-Zeta function? Is this the whole group of units? Is there a relation to the Eisenstein primes? I'm still a bit weak in this material and am having trouble grasping some of these sage outputs. Thank you in advance!
EDIT: If I take the log and then exponentiate I get, for p=7;
$$ -frac{3i}{2}sqrt{3} +frac{1}{2}$$
Not sure what this is exactly.
abstract-algebra number-theory sagemath
1
the best place to ask this question is here
– Masacroso
Dec 5 '18 at 17:12
2
$3$ is a generator of $(mathbb{Z}/7mathbb{Z})^times$ and the Dirichlet character is defined by "$chi(3) = zeta_6,chi(n+7) = chi(n)$" which implies $chi(7n) = 0, chi(3^l+7n) = zeta_6^l$ where $zeta_6 = e^{2i pi /6} $ or any primitive $6$-th root of unity (and it is an element of the ring of Eisenstein integers). Because $(mathbb{Z}/7mathbb{Z})^times$ is cyclic so is the group of Dirichlet characters modulo $7$ and $chi$ is a generator of it.
– reuns
Dec 5 '18 at 18:12
1
Indeed, there is an accepted answer to this question at ask.sagemath.org/question/44593/…
– kcrisman
Dec 7 '18 at 18:14
I know. I posted the question :)
– Nicklovn
Dec 7 '18 at 23:20
I suppose you could post that answer here ... apparently you aren't supposed to close your own questions for this reason though.
– kcrisman
Dec 20 '18 at 12:42
add a comment |
p=7
G = DirichletGroup(p); G
m=3; n=ZZ((p-1)/m); print m,n
c=G[1]
c1=c^n;c1
The output is:
Dirichlet character modulo 7 of conductor 7 mapping 3 |--> zeta6 - 1
Can anyone explain what zeta6 is? Is this the Riemann-Zeta function? Is this the whole group of units? Is there a relation to the Eisenstein primes? I'm still a bit weak in this material and am having trouble grasping some of these sage outputs. Thank you in advance!
EDIT: If I take the log and then exponentiate I get, for p=7;
$$ -frac{3i}{2}sqrt{3} +frac{1}{2}$$
Not sure what this is exactly.
abstract-algebra number-theory sagemath
p=7
G = DirichletGroup(p); G
m=3; n=ZZ((p-1)/m); print m,n
c=G[1]
c1=c^n;c1
The output is:
Dirichlet character modulo 7 of conductor 7 mapping 3 |--> zeta6 - 1
Can anyone explain what zeta6 is? Is this the Riemann-Zeta function? Is this the whole group of units? Is there a relation to the Eisenstein primes? I'm still a bit weak in this material and am having trouble grasping some of these sage outputs. Thank you in advance!
EDIT: If I take the log and then exponentiate I get, for p=7;
$$ -frac{3i}{2}sqrt{3} +frac{1}{2}$$
Not sure what this is exactly.
abstract-algebra number-theory sagemath
abstract-algebra number-theory sagemath
edited Dec 5 '18 at 17:29
Nicklovn
asked Dec 5 '18 at 17:09
NicklovnNicklovn
343110
343110
1
the best place to ask this question is here
– Masacroso
Dec 5 '18 at 17:12
2
$3$ is a generator of $(mathbb{Z}/7mathbb{Z})^times$ and the Dirichlet character is defined by "$chi(3) = zeta_6,chi(n+7) = chi(n)$" which implies $chi(7n) = 0, chi(3^l+7n) = zeta_6^l$ where $zeta_6 = e^{2i pi /6} $ or any primitive $6$-th root of unity (and it is an element of the ring of Eisenstein integers). Because $(mathbb{Z}/7mathbb{Z})^times$ is cyclic so is the group of Dirichlet characters modulo $7$ and $chi$ is a generator of it.
– reuns
Dec 5 '18 at 18:12
1
Indeed, there is an accepted answer to this question at ask.sagemath.org/question/44593/…
– kcrisman
Dec 7 '18 at 18:14
I know. I posted the question :)
– Nicklovn
Dec 7 '18 at 23:20
I suppose you could post that answer here ... apparently you aren't supposed to close your own questions for this reason though.
– kcrisman
Dec 20 '18 at 12:42
add a comment |
1
the best place to ask this question is here
– Masacroso
Dec 5 '18 at 17:12
2
$3$ is a generator of $(mathbb{Z}/7mathbb{Z})^times$ and the Dirichlet character is defined by "$chi(3) = zeta_6,chi(n+7) = chi(n)$" which implies $chi(7n) = 0, chi(3^l+7n) = zeta_6^l$ where $zeta_6 = e^{2i pi /6} $ or any primitive $6$-th root of unity (and it is an element of the ring of Eisenstein integers). Because $(mathbb{Z}/7mathbb{Z})^times$ is cyclic so is the group of Dirichlet characters modulo $7$ and $chi$ is a generator of it.
– reuns
Dec 5 '18 at 18:12
1
Indeed, there is an accepted answer to this question at ask.sagemath.org/question/44593/…
– kcrisman
Dec 7 '18 at 18:14
I know. I posted the question :)
– Nicklovn
Dec 7 '18 at 23:20
I suppose you could post that answer here ... apparently you aren't supposed to close your own questions for this reason though.
– kcrisman
Dec 20 '18 at 12:42
1
1
the best place to ask this question is here
– Masacroso
Dec 5 '18 at 17:12
the best place to ask this question is here
– Masacroso
Dec 5 '18 at 17:12
2
2
$3$ is a generator of $(mathbb{Z}/7mathbb{Z})^times$ and the Dirichlet character is defined by "$chi(3) = zeta_6,chi(n+7) = chi(n)$" which implies $chi(7n) = 0, chi(3^l+7n) = zeta_6^l$ where $zeta_6 = e^{2i pi /6} $ or any primitive $6$-th root of unity (and it is an element of the ring of Eisenstein integers). Because $(mathbb{Z}/7mathbb{Z})^times$ is cyclic so is the group of Dirichlet characters modulo $7$ and $chi$ is a generator of it.
– reuns
Dec 5 '18 at 18:12
$3$ is a generator of $(mathbb{Z}/7mathbb{Z})^times$ and the Dirichlet character is defined by "$chi(3) = zeta_6,chi(n+7) = chi(n)$" which implies $chi(7n) = 0, chi(3^l+7n) = zeta_6^l$ where $zeta_6 = e^{2i pi /6} $ or any primitive $6$-th root of unity (and it is an element of the ring of Eisenstein integers). Because $(mathbb{Z}/7mathbb{Z})^times$ is cyclic so is the group of Dirichlet characters modulo $7$ and $chi$ is a generator of it.
– reuns
Dec 5 '18 at 18:12
1
1
Indeed, there is an accepted answer to this question at ask.sagemath.org/question/44593/…
– kcrisman
Dec 7 '18 at 18:14
Indeed, there is an accepted answer to this question at ask.sagemath.org/question/44593/…
– kcrisman
Dec 7 '18 at 18:14
I know. I posted the question :)
– Nicklovn
Dec 7 '18 at 23:20
I know. I posted the question :)
– Nicklovn
Dec 7 '18 at 23:20
I suppose you could post that answer here ... apparently you aren't supposed to close your own questions for this reason though.
– kcrisman
Dec 20 '18 at 12:42
I suppose you could post that answer here ... apparently you aren't supposed to close your own questions for this reason though.
– kcrisman
Dec 20 '18 at 12:42
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3027353%2funderstanding-output-in-sagemath-regarding-dirichlet-characters%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3027353%2funderstanding-output-in-sagemath-regarding-dirichlet-characters%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
the best place to ask this question is here
– Masacroso
Dec 5 '18 at 17:12
2
$3$ is a generator of $(mathbb{Z}/7mathbb{Z})^times$ and the Dirichlet character is defined by "$chi(3) = zeta_6,chi(n+7) = chi(n)$" which implies $chi(7n) = 0, chi(3^l+7n) = zeta_6^l$ where $zeta_6 = e^{2i pi /6} $ or any primitive $6$-th root of unity (and it is an element of the ring of Eisenstein integers). Because $(mathbb{Z}/7mathbb{Z})^times$ is cyclic so is the group of Dirichlet characters modulo $7$ and $chi$ is a generator of it.
– reuns
Dec 5 '18 at 18:12
1
Indeed, there is an accepted answer to this question at ask.sagemath.org/question/44593/…
– kcrisman
Dec 7 '18 at 18:14
I know. I posted the question :)
– Nicklovn
Dec 7 '18 at 23:20
I suppose you could post that answer here ... apparently you aren't supposed to close your own questions for this reason though.
– kcrisman
Dec 20 '18 at 12:42