CoCoA:HIntersection

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)

HIntersection

intersection of ideals

Description

The function HIntersection returns the intersection of I_1,...,I_n

using a Hilbert-driven algorithm. It differs from <ttref>Intersection</ttref> only

when the input is non-homogeneous, in which case, HIntersection may be faster.

The coefficient ring must be a field.

Example

  Use R ::= Q[x,y,z];
  HIntersection(Ideal(x-z,y-2z),Ideal(x-2z,y-z));
Ideal(x + y - 3z, y^2 - 3yz + 2z^2)
-------------------------------

Syntax

HIntersection(I_1:IDEAL,...,I_n:IDEAL):IDEAL
HIntersectionList(L:LIST of IDEAL):IDEAL

Intersection

IntersectionList

HIntersectionList

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