How to use primdecGTZ
daniel · Fri Dec 03, 2010 2:28 pm
I calculated an ideal H as follows
where J and F are ideals arising from maximal tori.
Then
just returns
Which would mean, that H equals the whole ring.
However
is not zero. [The variables in my ring are labelled x(1..3)(1..3)].
What am i missing? Is there something wrong with my approach?
Code:
ideal H=intersect(J,F);
where J and F are ideals arising from maximal tori.
Then
Code:
primdecGTZ(H);
just returns
Code:
[1]:
[1]:
_[1]=1
[2]:
_[1]=1
[1]:
_[1]=1
[2]:
_[1]=1
Which would mean, that H equals the whole ring.
However
Code:
NFMora(x(1)(1),H)
is not zero. [The variables in my ring are labelled x(1..3)(1..3)].
What am i missing? Is there something wrong with my approach?