CoCoA:HIntersectionList

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HIntersectionList

intersection of ideals

Description

The function HIntersectionList applies the function HIntersection

to the elements of a list, i.e., HIntersectionList([I_1,...,I_n]) is

the same as HIntersection(I_1,...,I_n).

The coefficient ring must be a field.

Example

  L := [Ideal(x-z,y-2z),Ideal(x-2z,y-z)];
  HIntersectionList(L);
Ideal(x + y - 3z, y^2 - 3yz + 2z^2)
-------------------------------

Syntax

HIntersectionList(L:LIST of IDEAL):IDEAL

Intersection

IntersectionList

HIntersection

   <type>groebner</type>
   <type>groebner-basic</type>
   <type>ideal</type>
   <type>list</type>