Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: compute Groebner Basis over Galois Field (2^m)
PostPosted: Thu Jul 09, 2009 7:46 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject: Re: compute Groebner Basis over Galois Field (2^m)
PostPosted: Fri Jul 10, 2009 2:39 pm 

Joined: Fri Dec 05, 2008 4:48 pm
Posts: 5
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

_________________
Dr. Stanislav Bulygin
Post Doctoral researcher
Working group Cryptographic Primitives
Department Secure Data
Center for Advanced Security Reseach Darmstadt
http://www.mathematik.uni-kl.de/~bulygin/


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: compute Groebner Basis over Galois Field (2^m)
PostPosted: Mon Jul 13, 2009 7:07 pm 

Joined: Thu Jul 09, 2009 7:28 am
Posts: 24
Thank you a lot.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: compute Groebner Basis over Galois Field (2^m)
PostPosted: Mon Jul 13, 2009 8:49 pm 

Joined: Thu Jul 09, 2009 7:28 am
Posts: 24
In the second situation, how can i know the default irreducible polynomial?

Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: compute Groebner Basis over Galois Field (2^m)
PostPosted: Fri Jul 24, 2009 1:40 am 

Joined: Mon Aug 29, 2005 9:22 am
Posts: 41
Location: Kaiserslautern, Germany
> ring r=(2^4,a),x,dp;
> minpoly;
1*a^4+1*a^1+1*a^0


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

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