Displays an overview of the properties of a toric vector bundle,
the dimension of the variety, the number of affine charts, the number of rays of the fan,
and the rank of the vector bundle.
i1 : E = tangentBundle hirzebruchFan 3;
|
i2 : net E
o2 = {dimension of the variety => 2 }
number of affine charts => 4
number of rays => 4
rank of the vector bundle => 2
|