[back] [prev] [next] [index] [root]

 


Ideal2EltIntAssure

The 2-element representation where the first generator is a rational integer of the ideal is computed if it is not given yet.

Syntax:

Ideal2EltIntAssure(I);

ideal
  I  

See also:  Ideal2EltAssure, Ideal2EltNormalAssure

Description:

no detailed description available yet


Example:


kash> O := Order(Poly(Zx, [1, 6, 6, 6]));;
kash> alpha := Elt(O, [0, 1, 0]);;
kash> beta := Elt(O, [2, 2, 2]);;
kash> I := O*alpha + O*beta;
<[0, 1, 0], [2, 2, 2]>
kash> Ideal2EltIntAssure(I);
kash> I;
> <2, [0, 3, 0]>


<- back[back] [prev] [next] [index] [root]