i1 : F = hirzebruchFan 3 o1 = F o1 : Fan |
i2 : E =weilToCartier({1,-3,4,-2},F)
o2 = {dimension of the variety => 2 }
number of affine charts => 4
number of rays => 4
rank of the vector bundle => 1
o2 : ToricVectorBundleKlyachko
|
i3 : details E
o3 = HashTable{| -1 | => (| 1 |, | -4 |)}
| 3 |
| 0 | => (| 1 |, | -1 |)
| -1 |
| 0 | => (| 1 |, | 3 |)
| 1 |
| 1 | => (| 1 |, | 2 |)
| 0 |
o3 : HashTable
|
i4 : F = hirzebruchFan 3 o4 = F o4 : Fan |
i5 : E =weilToCartier({1,-3,4,-2},F,"Type" => "Kaneyama")
o5 = {dimension of the variety => 2 }
number of affine charts => 4
rank of the vector bundle => 1
o5 : ToricVectorBundleKaneyama
|
i6 : details E
o6 = (HashTable{0 => (| 0 -1 |, | 13 |)}, HashTable{(0, 1) => | 1 |})
| 1 3 | | 3 | (0, 2) => | 1 |
1 => (| 0 -1 |, | 7 |) (1, 3) => | 1 |
| -1 3 | | 1 | (2, 3) => | 1 |
2 => (| 1 0 |, | 2 |)
| 0 1 | | 3 |
3 => (| 1 0 |, | 2 |)
| 0 -1 | | 1 |
o6 : Sequence
|
The object weilToCartier is a method function with options.