To find Brauer Character for the special linear group SL(2,5) in GAP.
As suggest by Alexander Konovalov I load LoadPackage("ctbllib") and them worked for symmetric group $S5$. It worked for me as
gap> t:=CharacterTable("S5") mod 3;
BrauerTable( "A5.2", 3 )
gap> Irr(t);
[ Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, 1, 1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, -1, -1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 6, -2, 1, 0, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, 2, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, -2, 0 ] ) ]
But i tried same for Special linear group $SL(2,5)$, it does not works
gap> LoadPackage("ctbllib");
true
gap> m:=SL(2,5);
SL(2,5)
gap> t:=CharacterTable("m") mod 2;
fail
gap>
Where is problem. Please help. Thanks.
group-theory gap
|
show 1 more comment
As suggest by Alexander Konovalov I load LoadPackage("ctbllib") and them worked for symmetric group $S5$. It worked for me as
gap> t:=CharacterTable("S5") mod 3;
BrauerTable( "A5.2", 3 )
gap> Irr(t);
[ Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, 1, 1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, -1, -1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 6, -2, 1, 0, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, 2, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, -2, 0 ] ) ]
But i tried same for Special linear group $SL(2,5)$, it does not works
gap> LoadPackage("ctbllib");
true
gap> m:=SL(2,5);
SL(2,5)
gap> t:=CharacterTable("m") mod 2;
fail
gap>
Where is problem. Please help. Thanks.
group-theory gap
1
The package did load. It returnedtrue
.
– Shaun
1 hour ago
@Shaun Thanks for edit...
– neelkanth
1 hour ago
@Shaun But not working to find Brauer Character...
– neelkanth
1 hour ago
1
I don't know how to fix that, @neelkanth; I'm just saying that the problem doesn't seem to be with the package loading, as the title suggests.
– Shaun
1 hour ago
1
ok then i change the title....
– neelkanth
1 hour ago
|
show 1 more comment
As suggest by Alexander Konovalov I load LoadPackage("ctbllib") and them worked for symmetric group $S5$. It worked for me as
gap> t:=CharacterTable("S5") mod 3;
BrauerTable( "A5.2", 3 )
gap> Irr(t);
[ Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, 1, 1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, -1, -1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 6, -2, 1, 0, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, 2, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, -2, 0 ] ) ]
But i tried same for Special linear group $SL(2,5)$, it does not works
gap> LoadPackage("ctbllib");
true
gap> m:=SL(2,5);
SL(2,5)
gap> t:=CharacterTable("m") mod 2;
fail
gap>
Where is problem. Please help. Thanks.
group-theory gap
As suggest by Alexander Konovalov I load LoadPackage("ctbllib") and them worked for symmetric group $S5$. It worked for me as
gap> t:=CharacterTable("S5") mod 3;
BrauerTable( "A5.2", 3 )
gap> Irr(t);
[ Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, 1, 1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 1, 1, 1, -1, -1 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 6, -2, 1, 0, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, 2, 0 ] ),
Character( BrauerTable( "A5.2", 3 ), [ 4, 0, -1, -2, 0 ] ) ]
But i tried same for Special linear group $SL(2,5)$, it does not works
gap> LoadPackage("ctbllib");
true
gap> m:=SL(2,5);
SL(2,5)
gap> t:=CharacterTable("m") mod 2;
fail
gap>
Where is problem. Please help. Thanks.
group-theory gap
group-theory gap
edited 1 hour ago
asked 2 hours ago
neelkanth
2,0611927
2,0611927
1
The package did load. It returnedtrue
.
– Shaun
1 hour ago
@Shaun Thanks for edit...
– neelkanth
1 hour ago
@Shaun But not working to find Brauer Character...
– neelkanth
1 hour ago
1
I don't know how to fix that, @neelkanth; I'm just saying that the problem doesn't seem to be with the package loading, as the title suggests.
– Shaun
1 hour ago
1
ok then i change the title....
– neelkanth
1 hour ago
|
show 1 more comment
1
The package did load. It returnedtrue
.
– Shaun
1 hour ago
@Shaun Thanks for edit...
– neelkanth
1 hour ago
@Shaun But not working to find Brauer Character...
– neelkanth
1 hour ago
1
I don't know how to fix that, @neelkanth; I'm just saying that the problem doesn't seem to be with the package loading, as the title suggests.
– Shaun
1 hour ago
1
ok then i change the title....
– neelkanth
1 hour ago
1
1
The package did load. It returned
true
.– Shaun
1 hour ago
The package did load. It returned
true
.– Shaun
1 hour ago
@Shaun Thanks for edit...
– neelkanth
1 hour ago
@Shaun Thanks for edit...
– neelkanth
1 hour ago
@Shaun But not working to find Brauer Character...
– neelkanth
1 hour ago
@Shaun But not working to find Brauer Character...
– neelkanth
1 hour ago
1
1
I don't know how to fix that, @neelkanth; I'm just saying that the problem doesn't seem to be with the package loading, as the title suggests.
– Shaun
1 hour ago
I don't know how to fix that, @neelkanth; I'm just saying that the problem doesn't seem to be with the package loading, as the title suggests.
– Shaun
1 hour ago
1
1
ok then i change the title....
– neelkanth
1 hour ago
ok then i change the title....
– neelkanth
1 hour ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
You are mixing up the (string) names of groups in the library and variables you choose to assign a group to. The group "M"
in the libary is the monster simple group, and for it the Brauer table is not known.
The ATLAS name of $SL(2,5)$ is 2.L2(5)
, indeed we can get the table for it as
gap> t:=CharacterTable("2.L2(5)") mod 3;
BrauerTable( "2.A5", 3 )
Note that all of this is about pre-computed Brauer tables from the character table library. If you wanted to compute the Brauer table for an arbitrary finite group, you would have to find all irreducible modules (e.g. by splitting up the regular module), and then lift the Brauer character values appropriately (there currently is no pre-defined function which does so automatically).
Ok thanks sir.... i will try this way and will tell you .....
– neelkanth
53 mins ago
Yes Sir now it is working....thanks...
– neelkanth
49 mins ago
But How i will know in future about The ATLAS name of any other group....
– neelkanth
48 mins ago
@neelkanth If you are working with simple groups and their relatives, you might want to read through the preface of the ATLAS, as these names have become kind of standard. If you require the Brauer tables for other groups (and need to compute from scratch) I recommend the textbook by Lux and Pahlings published by Cambridge U.P. which contains GAP examples.
– ahulpke
14 mins ago
add a comment |
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%2f3051924%2fto-find-brauer-character-for-the-special-linear-group-sl2-5-in-gap%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You are mixing up the (string) names of groups in the library and variables you choose to assign a group to. The group "M"
in the libary is the monster simple group, and for it the Brauer table is not known.
The ATLAS name of $SL(2,5)$ is 2.L2(5)
, indeed we can get the table for it as
gap> t:=CharacterTable("2.L2(5)") mod 3;
BrauerTable( "2.A5", 3 )
Note that all of this is about pre-computed Brauer tables from the character table library. If you wanted to compute the Brauer table for an arbitrary finite group, you would have to find all irreducible modules (e.g. by splitting up the regular module), and then lift the Brauer character values appropriately (there currently is no pre-defined function which does so automatically).
Ok thanks sir.... i will try this way and will tell you .....
– neelkanth
53 mins ago
Yes Sir now it is working....thanks...
– neelkanth
49 mins ago
But How i will know in future about The ATLAS name of any other group....
– neelkanth
48 mins ago
@neelkanth If you are working with simple groups and their relatives, you might want to read through the preface of the ATLAS, as these names have become kind of standard. If you require the Brauer tables for other groups (and need to compute from scratch) I recommend the textbook by Lux and Pahlings published by Cambridge U.P. which contains GAP examples.
– ahulpke
14 mins ago
add a comment |
You are mixing up the (string) names of groups in the library and variables you choose to assign a group to. The group "M"
in the libary is the monster simple group, and for it the Brauer table is not known.
The ATLAS name of $SL(2,5)$ is 2.L2(5)
, indeed we can get the table for it as
gap> t:=CharacterTable("2.L2(5)") mod 3;
BrauerTable( "2.A5", 3 )
Note that all of this is about pre-computed Brauer tables from the character table library. If you wanted to compute the Brauer table for an arbitrary finite group, you would have to find all irreducible modules (e.g. by splitting up the regular module), and then lift the Brauer character values appropriately (there currently is no pre-defined function which does so automatically).
Ok thanks sir.... i will try this way and will tell you .....
– neelkanth
53 mins ago
Yes Sir now it is working....thanks...
– neelkanth
49 mins ago
But How i will know in future about The ATLAS name of any other group....
– neelkanth
48 mins ago
@neelkanth If you are working with simple groups and their relatives, you might want to read through the preface of the ATLAS, as these names have become kind of standard. If you require the Brauer tables for other groups (and need to compute from scratch) I recommend the textbook by Lux and Pahlings published by Cambridge U.P. which contains GAP examples.
– ahulpke
14 mins ago
add a comment |
You are mixing up the (string) names of groups in the library and variables you choose to assign a group to. The group "M"
in the libary is the monster simple group, and for it the Brauer table is not known.
The ATLAS name of $SL(2,5)$ is 2.L2(5)
, indeed we can get the table for it as
gap> t:=CharacterTable("2.L2(5)") mod 3;
BrauerTable( "2.A5", 3 )
Note that all of this is about pre-computed Brauer tables from the character table library. If you wanted to compute the Brauer table for an arbitrary finite group, you would have to find all irreducible modules (e.g. by splitting up the regular module), and then lift the Brauer character values appropriately (there currently is no pre-defined function which does so automatically).
You are mixing up the (string) names of groups in the library and variables you choose to assign a group to. The group "M"
in the libary is the monster simple group, and for it the Brauer table is not known.
The ATLAS name of $SL(2,5)$ is 2.L2(5)
, indeed we can get the table for it as
gap> t:=CharacterTable("2.L2(5)") mod 3;
BrauerTable( "2.A5", 3 )
Note that all of this is about pre-computed Brauer tables from the character table library. If you wanted to compute the Brauer table for an arbitrary finite group, you would have to find all irreducible modules (e.g. by splitting up the regular module), and then lift the Brauer character values appropriately (there currently is no pre-defined function which does so automatically).
answered 1 hour ago
ahulpke
7,007926
7,007926
Ok thanks sir.... i will try this way and will tell you .....
– neelkanth
53 mins ago
Yes Sir now it is working....thanks...
– neelkanth
49 mins ago
But How i will know in future about The ATLAS name of any other group....
– neelkanth
48 mins ago
@neelkanth If you are working with simple groups and their relatives, you might want to read through the preface of the ATLAS, as these names have become kind of standard. If you require the Brauer tables for other groups (and need to compute from scratch) I recommend the textbook by Lux and Pahlings published by Cambridge U.P. which contains GAP examples.
– ahulpke
14 mins ago
add a comment |
Ok thanks sir.... i will try this way and will tell you .....
– neelkanth
53 mins ago
Yes Sir now it is working....thanks...
– neelkanth
49 mins ago
But How i will know in future about The ATLAS name of any other group....
– neelkanth
48 mins ago
@neelkanth If you are working with simple groups and their relatives, you might want to read through the preface of the ATLAS, as these names have become kind of standard. If you require the Brauer tables for other groups (and need to compute from scratch) I recommend the textbook by Lux and Pahlings published by Cambridge U.P. which contains GAP examples.
– ahulpke
14 mins ago
Ok thanks sir.... i will try this way and will tell you .....
– neelkanth
53 mins ago
Ok thanks sir.... i will try this way and will tell you .....
– neelkanth
53 mins ago
Yes Sir now it is working....thanks...
– neelkanth
49 mins ago
Yes Sir now it is working....thanks...
– neelkanth
49 mins ago
But How i will know in future about The ATLAS name of any other group....
– neelkanth
48 mins ago
But How i will know in future about The ATLAS name of any other group....
– neelkanth
48 mins ago
@neelkanth If you are working with simple groups and their relatives, you might want to read through the preface of the ATLAS, as these names have become kind of standard. If you require the Brauer tables for other groups (and need to compute from scratch) I recommend the textbook by Lux and Pahlings published by Cambridge U.P. which contains GAP examples.
– ahulpke
14 mins ago
@neelkanth If you are working with simple groups and their relatives, you might want to read through the preface of the ATLAS, as these names have become kind of standard. If you require the Brauer tables for other groups (and need to compute from scratch) I recommend the textbook by Lux and Pahlings published by Cambridge U.P. which contains GAP examples.
– ahulpke
14 mins ago
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3051924%2fto-find-brauer-character-for-the-special-linear-group-sl2-5-in-gap%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 package did load. It returned
true
.– Shaun
1 hour ago
@Shaun Thanks for edit...
– neelkanth
1 hour ago
@Shaun But not working to find Brauer Character...
– neelkanth
1 hour ago
1
I don't know how to fix that, @neelkanth; I'm just saying that the problem doesn't seem to be with the package loading, as the title suggests.
– Shaun
1 hour ago
1
ok then i change the title....
– neelkanth
1 hour ago