|
D.15.19.2 isSymmetric
Procedure from library symodstd.lib (see symodstd_lib).
- Usage:
- isSymmetric(I,sigma); I ideal, sigma intvec
- Assume:
- size(sigma) = nvars(basering) =: n
- Return:
- 1, if the set of generators of I is invariant under sigma;
0, if the set of generators of I is not invariant under sigma
- Note:
- sigma is a permutation of the variables of the basering, i.e.
sigma: var(i) ----> var(sigma[i]), 1 <= i <= n.
Example:
|