Back to Forum | View unanswered posts | View active topics
|
Page 1 of 1
|
[ 2 posts ] |
|
Author |
Message |
fw
|
Post subject: Problem concerning rings/exponentiation Posted: Tue Feb 13, 2007 9:22 pm |
|
|
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
|
|
Top |
|
|
hannes
|
Post subject: Re: Problem concerning rings/exponentiation Posted: Mon Apr 23, 2007 2:37 pm |
|
Joined: Wed May 25, 2005 4:16 pm Posts: 275
|
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);
|
|
Top |
|
|
|
Page 1 of 1
|
[ 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:03 am
|
|