i1 : E = toricVectorBundle(2,pp1ProductFan 2, "Type" => "Kaneyama") o1 = {dimension of the variety => 2 } number of affine charts => 4 rank of the vector bundle => 2 o1 : ToricVectorBundleKaneyama |
i2 : P = deltaE E o2 = P o2 : Polyhedron |
i3 : vertices P o3 = 0 2 1 o3 : Matrix QQ <--- QQ |
i4 : E1 = tangentBundle projectiveSpaceFan 2 o4 = {dimension of the variety => 2 } number of affine charts => 3 number of rays => 3 rank of the vector bundle => 2 o4 : ToricVectorBundleKlyachko |
i5 : P1 = deltaE E1 o5 = P1 o5 : Polyhedron |
i6 : vertices P1 o6 = | -1 1 0 1 0 -1 | | 0 0 -1 -1 1 1 | 2 6 o6 : Matrix QQ <--- QQ |
The object deltaE is a method function.