previous up next
Go backward to `desing/idealpower`
Go up to Procedures
Go forward to `desing/inverse`

`desing/intersect`

Computing a set of generators for the intersection of a list of ideals in a given list of indeterminates.

Input:
 
S
the list of indeterminates
I1,I2,...
lists of generators of ideals
Output:
a list of generators for (I1) intersection (I2) intersection ...

previous up next