Changes between Initial Version and Version 2 of Ticket #15328
- Timestamp:
- 10/26/13 13:29:32 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15328
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
2ccbe41bb6c7274eb0b5ff823c41c2b44d0a0481
-
Property
Branch
changed from
to
u/vbraun/toric_bundle
-
Property
Status
changed from
-
Ticket #15328 – Description
initial v2 1 1 This ticket implements filtered vector spaces and multi-filtered vector spaces (multiple filtrations of a single vector space). This is then used to implement Klyachko bundles. 2 2 3 Mandatory fun example: There are 3 torus-equivariant deformations of the tangent bundle on the del Pezzo of degree 6: 4 {{{ 5 sage: dP6 = toric_varieties.dP6() 6 sage: TX = dP6.sheaves.tangent_bundle() 7 sage: (TX * TX.dual()).cohomology(weight=(0,0), dim=True) 8 (1, 3, 0) 9 }}}