Finite Fields in GAP. How to get $d$ from the finite field with $p^d$ elements? Announcing the...
How do I find out the mythology and history of my Fortress?
How do pianists reach extremely loud dynamics?
How to convince students of the implication truth values?
Do I really need to have a message in a novel to appeal to readers?
Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?
Can anything be seen from the center of the Boötes void? How dark would it be?
Circuit to "zoom in" on mV fluctuations of a DC signal?
Can an alien society believe that their star system is the universe?
Significance of Cersei's obsession with elephants?
How can I use the Python library networkx from Mathematica?
How could we fake a moon landing now?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
What would be the ideal power source for a cybernetic eye?
First console to have temporary backward compatibility
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
Generate an RGB colour grid
What does this Jacques Hadamard quote mean?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Is there any way for the UK Prime Minister to make a motion directly dependent on Government confidence?
How come Sam didn't become Lord of Horn Hill?
Did MS DOS itself ever use blinking text?
How does the math work when buying airline miles?
Do wooden building fires get hotter than 600°C?
Can you use the Shield Master feat to shove someone before you make an attack by using a Readied action?
Finite Fields in GAP. How to get $d$ from the finite field with $p^d$ elements?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Groups acting on polytopesExtracting Information from Lists in GAPmatrix representation of a permutation in GAPHow does GAP understand $SL_2(mathbb{F}_3)$?Calculating the basic algebra over a finite field in GAPFinding large irredundant generator sets for a finite noncommutative groupHow to solve a quadratic equation over finite fields with GAP..How to work in GAP with finite fields given by a particular polynomial.Product of $e in A/J(A)$ with an element of $J(A)$ [GAP]Schur Index for Quaternion Algebra
$begingroup$
I'm currently working in an algorithm to decompose matrices in classical standard generators.
The thing is that the parameter of my main function gets a matrix m
.
With the method: q := DefaultFieldOfMatrix(m)
I can get the field with $p^d$ elements where $p$ is a prime and $d$ a natural number.
How can I return $d$ from $q$? Notice that I do not have $p$... Is there a method in GAP to return $d$ when I have in hands only the finite field?
Thanks!
gap
$endgroup$
add a comment |
$begingroup$
I'm currently working in an algorithm to decompose matrices in classical standard generators.
The thing is that the parameter of my main function gets a matrix m
.
With the method: q := DefaultFieldOfMatrix(m)
I can get the field with $p^d$ elements where $p$ is a prime and $d$ a natural number.
How can I return $d$ from $q$? Notice that I do not have $p$... Is there a method in GAP to return $d$ when I have in hands only the finite field?
Thanks!
gap
$endgroup$
2
$begingroup$
DegreeOverPrimeField(F)
returns the extension degree.
$endgroup$
– ahulpke
Mar 24 at 21:14
add a comment |
$begingroup$
I'm currently working in an algorithm to decompose matrices in classical standard generators.
The thing is that the parameter of my main function gets a matrix m
.
With the method: q := DefaultFieldOfMatrix(m)
I can get the field with $p^d$ elements where $p$ is a prime and $d$ a natural number.
How can I return $d$ from $q$? Notice that I do not have $p$... Is there a method in GAP to return $d$ when I have in hands only the finite field?
Thanks!
gap
$endgroup$
I'm currently working in an algorithm to decompose matrices in classical standard generators.
The thing is that the parameter of my main function gets a matrix m
.
With the method: q := DefaultFieldOfMatrix(m)
I can get the field with $p^d$ elements where $p$ is a prime and $d$ a natural number.
How can I return $d$ from $q$? Notice that I do not have $p$... Is there a method in GAP to return $d$ when I have in hands only the finite field?
Thanks!
gap
gap
asked Mar 24 at 20:16
Bruno ReisBruno Reis
1,044418
1,044418
2
$begingroup$
DegreeOverPrimeField(F)
returns the extension degree.
$endgroup$
– ahulpke
Mar 24 at 21:14
add a comment |
2
$begingroup$
DegreeOverPrimeField(F)
returns the extension degree.
$endgroup$
– ahulpke
Mar 24 at 21:14
2
2
$begingroup$
DegreeOverPrimeField(F)
returns the extension degree.$endgroup$
– ahulpke
Mar 24 at 21:14
$begingroup$
DegreeOverPrimeField(F)
returns the extension degree.$endgroup$
– ahulpke
Mar 24 at 21:14
add a comment |
0
active
oldest
votes
Your Answer
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%2f3160995%2ffinite-fields-in-gap-how-to-get-d-from-the-finite-field-with-pd-elements%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%2f3160995%2ffinite-fields-in-gap-how-to-get-d-from-the-finite-field-with-pd-elements%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
2
$begingroup$
DegreeOverPrimeField(F)
returns the extension degree.$endgroup$
– ahulpke
Mar 24 at 21:14