Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: power representation of the finite field coefficients
PostPosted: Wed Aug 11, 2010 7:04 pm 
It seems currently that if the coefficient ring is a finite field, a coefficient element is printed as polynomial of the generator of the coefficient ring. Assuming the generator is a primitive element, is it possible to make coefficients are printed always as a power of the primitive element? This feature saves a lot of space when printing polynomials over finite fields. If this feature is not in Singular, I want to submit a feature request for this. If it is already in Singular, let me know how to turn it on.

Thank you in advance.


Report this post
Top
  
Reply with quote  
 Post subject: Re: power representation of the finite field coefficients
PostPosted: Wed Aug 11, 2010 7:29 pm 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
That depends on the declaration:
ring r=(8,a),x,dp;
creates a representation in powers of,
while
ring r=(2,a),x,dp;
minpoly=a3-a+1;
creates an isomorphic ring with polynomials in a
as coefficients.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 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:07 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group