Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - compute Groebner Basis over Galois Field (2^m)
Author Message
  Post subject:  Re: compute Groebner Basis over Galois Field (2^m)  Reply with quote
> ring r=(2^4,a),x,dp;
> minpoly;
1*a^4+1*a^1+1*a^0
Post Posted: Fri Jul 24, 2009 1:40 am
  Post subject:  Re: compute Groebner Basis over Galois Field (2^m)  Reply with quote
In the second situation, how can i know the default irreducible polynomial?

Thanks
Post Posted: Mon Jul 13, 2009 8:49 pm
  Post subject:  Re: compute Groebner Basis over Galois Field (2^m)  Reply with quote
Thank you a lot.
Post Posted: Mon Jul 13, 2009 7:07 pm
  Post subject:  Re: compute Groebner Basis over Galois Field (2^m)  Reply with quote
You can specify an extension with a specific minimal polynomial like this:
Code:
ring r=(2,a),x,dp;minpoly=a4+a+1;

In fact in your case you can go with the default declaration
Code:
ring r=(2^4,a),x,dp;

since in this case Singular uses a^4+a+1=0 as a default minimal polynomial.
GB-functionality works in such rings, no problem.
More on declarations of rings you can find at http://www.singular.uni-kl.de/Manual/latest/sing_28.htm#SEC38
Post Posted: Fri Jul 10, 2009 2:39 pm
  Post subject:  compute Groebner Basis over Galois Field (2^m)  Reply with quote
Hi, all,
I want to know how to compute Groebner Basis over Galois Field (2^m)?
For example, let m=4, given the irreducible polynomial x^4+x+1, how to generate the finite field?
and when I use command "groebner", whether it will work over GF(2^4)?

thanks.
Post Posted: Thu Jul 09, 2009 7:46 am


It is currently Fri May 13, 2022 11:06 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group