Elements $Ain GL_4(mathbb{Z}_2)$ with $A^5=I, Aneq I$ by using GAP.












0














I need elements $Ain GL_4(mathbb{Z}_2)$(General linear group of $4times 4$ matrices over $mathbb{Z}_2$ ) with $A^5=I, Aneq I.$ By using simple calculation its hard to find such types of elements. So i think GAP or Magma is suitable for it. I am new in GAP. Please suggest me how to find this types of matrices with a suitable LoadPackage(if necessary). Thanks.










share|cite|improve this question
























  • This is the same question as asking for subgroups of order $5$, which is a standard GAP call.
    – Randall
    Dec 27 '18 at 4:22










  • Yes it is same but i am new in GAP please if possible tell me a command ....thanks..
    – neelkanth
    Dec 27 '18 at 4:25










  • gap>g:=GL(4,2); then what command should i use ?
    – neelkanth
    Dec 27 '18 at 4:26






  • 2




    One can easily write down such matrices by hand: the companion matrix of $X^4+X^3+X^2+X+1$ and its conjugates.
    – Lord Shark the Unknown
    Dec 27 '18 at 5:54






  • 2




    There are 1344 such matrices. I suggest to look at the GAP Software Carpentry lesson - the 1st episode introduces all commands needed for doing that by a straightforward approach, and in some next episode you will see how one can use ConjugacyClasses to deal with properties that are invariants of conjugacy classes more efficiently.
    – Alexander Konovalov
    Dec 27 '18 at 9:31
















0














I need elements $Ain GL_4(mathbb{Z}_2)$(General linear group of $4times 4$ matrices over $mathbb{Z}_2$ ) with $A^5=I, Aneq I.$ By using simple calculation its hard to find such types of elements. So i think GAP or Magma is suitable for it. I am new in GAP. Please suggest me how to find this types of matrices with a suitable LoadPackage(if necessary). Thanks.










share|cite|improve this question
























  • This is the same question as asking for subgroups of order $5$, which is a standard GAP call.
    – Randall
    Dec 27 '18 at 4:22










  • Yes it is same but i am new in GAP please if possible tell me a command ....thanks..
    – neelkanth
    Dec 27 '18 at 4:25










  • gap>g:=GL(4,2); then what command should i use ?
    – neelkanth
    Dec 27 '18 at 4:26






  • 2




    One can easily write down such matrices by hand: the companion matrix of $X^4+X^3+X^2+X+1$ and its conjugates.
    – Lord Shark the Unknown
    Dec 27 '18 at 5:54






  • 2




    There are 1344 such matrices. I suggest to look at the GAP Software Carpentry lesson - the 1st episode introduces all commands needed for doing that by a straightforward approach, and in some next episode you will see how one can use ConjugacyClasses to deal with properties that are invariants of conjugacy classes more efficiently.
    – Alexander Konovalov
    Dec 27 '18 at 9:31














0












0








0


1





I need elements $Ain GL_4(mathbb{Z}_2)$(General linear group of $4times 4$ matrices over $mathbb{Z}_2$ ) with $A^5=I, Aneq I.$ By using simple calculation its hard to find such types of elements. So i think GAP or Magma is suitable for it. I am new in GAP. Please suggest me how to find this types of matrices with a suitable LoadPackage(if necessary). Thanks.










share|cite|improve this question















I need elements $Ain GL_4(mathbb{Z}_2)$(General linear group of $4times 4$ matrices over $mathbb{Z}_2$ ) with $A^5=I, Aneq I.$ By using simple calculation its hard to find such types of elements. So i think GAP or Magma is suitable for it. I am new in GAP. Please suggest me how to find this types of matrices with a suitable LoadPackage(if necessary). Thanks.







matrices group-theory gap magma






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 27 '18 at 9:31









Shaun

8,807113680




8,807113680










asked Dec 27 '18 at 4:11









neelkanth

2,0992928




2,0992928












  • This is the same question as asking for subgroups of order $5$, which is a standard GAP call.
    – Randall
    Dec 27 '18 at 4:22










  • Yes it is same but i am new in GAP please if possible tell me a command ....thanks..
    – neelkanth
    Dec 27 '18 at 4:25










  • gap>g:=GL(4,2); then what command should i use ?
    – neelkanth
    Dec 27 '18 at 4:26






  • 2




    One can easily write down such matrices by hand: the companion matrix of $X^4+X^3+X^2+X+1$ and its conjugates.
    – Lord Shark the Unknown
    Dec 27 '18 at 5:54






  • 2




    There are 1344 such matrices. I suggest to look at the GAP Software Carpentry lesson - the 1st episode introduces all commands needed for doing that by a straightforward approach, and in some next episode you will see how one can use ConjugacyClasses to deal with properties that are invariants of conjugacy classes more efficiently.
    – Alexander Konovalov
    Dec 27 '18 at 9:31


















  • This is the same question as asking for subgroups of order $5$, which is a standard GAP call.
    – Randall
    Dec 27 '18 at 4:22










  • Yes it is same but i am new in GAP please if possible tell me a command ....thanks..
    – neelkanth
    Dec 27 '18 at 4:25










  • gap>g:=GL(4,2); then what command should i use ?
    – neelkanth
    Dec 27 '18 at 4:26






  • 2




    One can easily write down such matrices by hand: the companion matrix of $X^4+X^3+X^2+X+1$ and its conjugates.
    – Lord Shark the Unknown
    Dec 27 '18 at 5:54






  • 2




    There are 1344 such matrices. I suggest to look at the GAP Software Carpentry lesson - the 1st episode introduces all commands needed for doing that by a straightforward approach, and in some next episode you will see how one can use ConjugacyClasses to deal with properties that are invariants of conjugacy classes more efficiently.
    – Alexander Konovalov
    Dec 27 '18 at 9:31
















This is the same question as asking for subgroups of order $5$, which is a standard GAP call.
– Randall
Dec 27 '18 at 4:22




This is the same question as asking for subgroups of order $5$, which is a standard GAP call.
– Randall
Dec 27 '18 at 4:22












Yes it is same but i am new in GAP please if possible tell me a command ....thanks..
– neelkanth
Dec 27 '18 at 4:25




Yes it is same but i am new in GAP please if possible tell me a command ....thanks..
– neelkanth
Dec 27 '18 at 4:25












gap>g:=GL(4,2); then what command should i use ?
– neelkanth
Dec 27 '18 at 4:26




gap>g:=GL(4,2); then what command should i use ?
– neelkanth
Dec 27 '18 at 4:26




2




2




One can easily write down such matrices by hand: the companion matrix of $X^4+X^3+X^2+X+1$ and its conjugates.
– Lord Shark the Unknown
Dec 27 '18 at 5:54




One can easily write down such matrices by hand: the companion matrix of $X^4+X^3+X^2+X+1$ and its conjugates.
– Lord Shark the Unknown
Dec 27 '18 at 5:54




2




2




There are 1344 such matrices. I suggest to look at the GAP Software Carpentry lesson - the 1st episode introduces all commands needed for doing that by a straightforward approach, and in some next episode you will see how one can use ConjugacyClasses to deal with properties that are invariants of conjugacy classes more efficiently.
– Alexander Konovalov
Dec 27 '18 at 9:31




There are 1344 such matrices. I suggest to look at the GAP Software Carpentry lesson - the 1st episode introduces all commands needed for doing that by a straightforward approach, and in some next episode you will see how one can use ConjugacyClasses to deal with properties that are invariants of conjugacy classes more efficiently.
– Alexander Konovalov
Dec 27 '18 at 9:31










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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3053583%2felements-a-in-gl-4-mathbbz-2-with-a5-i-a-neq-i-by-using-gap%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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3053583%2felements-a-in-gl-4-mathbbz-2-with-a5-i-a-neq-i-by-using-gap%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Questions related to Moebius Transform of Characteristic Function of the Primes

List of scandals in India

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?