Macaulay2 » Documentation
Packages » MultiprojectiveVarieties :: topComponents(MultiprojectiveVariety)
next | previous | forward | backward | up | index | toc

topComponents(MultiprojectiveVariety) -- union of the top dimensional components of a multi-projective variety

Synopsis

Description

i1 : K = ZZ/65521;
i2 : X = (linearSpan {point PP_K^4,point PP_K^4}) + (point PP_K^4);

o2 : ProjectiveVariety, curve in PP^4
i3 : top X

o3 = curve in PP^4 cut out by 3 hypersurfaces of degree 1

o3 : ProjectiveVariety, curve in PP^4
i4 : assert(top top X === top X)

See also

Ways to use this method: