Macaulay2 » Documentation
Packages » MultiprojectiveVarieties :: EmbeddedProjectiveVariety
next | previous | forward | backward | up | index | toc

EmbeddedProjectiveVariety -- the class of all embedded projective varieties

Description

The embedded projective varieties are exactly the multi-projective varieties embedded in a single projective space; so that $X$ is an embedded projective variety if and only if # shape X == 1.

i1 : X = PP_QQ^(2,2);

o1 : ProjectiveVariety, surface in PP^5
i2 : class X

o2 = EmbeddedProjectiveVariety

o2 : Type
i3 : Y = X ** X;

o3 : ProjectiveVariety, X x X
i4 : class Y

o4 = MultiprojectiveVariety

o4 : Type

See also

Types of embedded projective variety :

Functions and methods returning an embedded projective variety :

Methods that use an embedded projective variety :

For the programmer

The object EmbeddedProjectiveVariety is a type, with ancestor classes MultiprojectiveVariety < MutableHashTable < HashTable < Thing.