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 - Problem concerning rings/exponentiation
Author Message
  Post subject:  Re: Problem concerning rings/exponentiation  Reply with quote
If you want ot identify polynomial w.r.t. a relation, you have to define a qring:

ring r=2,(x(1.....;
ideal relations=x(1)2-x(1),.....;
qring q=r,relations;

and now use reduce to force the normal form:

reduce(f^17,0);
Post Posted: Mon Apr 23, 2007 2:37 pm
  Post subject:  Problem concerning rings/exponentiation  Reply with quote
Hello.

Im faced with a little problem:
I want to create an algebraic level n extension over a finite field (say GF(2) for example). At the same time, i want Singular to know about my variables x(1..n). Now i have some polynomial (say n=3 and poly f=x(1)*x^2 + x(2)*x + 1 for example) and i want to do an exponentiation using a relatively high exponent (around 17 or something).
My problem is, that Singular gives me a very big polynomial which has some x(1)^17 in it, which is not what i want, because x(1)^17 is congruent to x(1)^1. So, is it possible to reduce the degree of the variables (modulo 2 in this case)?

THX and kind regards, Fabian Werner
Post Posted: Tue Feb 13, 2007 9:22 pm


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