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

 


IsIdeal

Returns true iff the argument is an ideal.

Syntax:

b := IsIdeal(x);

boolean
  b  
  x  

Description:

no detailed description available yet


Example:

We have for example:

kash> o := Order(Z, 2, 3);
Generating polynomial: x^2 - 3

kash> IsIdeal(o);
false
kash> IsIdeal(1*o);
> true


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