next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
MultiprojectiveVarieties
::
dim(MultiprojectiveVariety)
dim(MultiprojectiveVariety) -- the dimension of the variety
Synopsis
Function:
dim
Usage:
dim X
Inputs:
X
,
a
multi-projective variety
Outputs:
an
integer
, the dimension of $X$
Description
i1 : X = PP_QQ^({2,1},{1,3}); o1 : ProjectiveVariety, threefold in PP^2 x PP^3
i2 : dim X o2 = 3
See also
codim(MultiprojectiveVariety)
-- the codimension of the variety