Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Environment to perform calculations of equivariant vector bundles on homogeneous varieties

2641 views
License: GPL3
ubuntu2204
Kernel: SageMath 9.8
%run '/home/user/Equivariant_Vector_Bundles_On_Homogeneous_Varieties__0-0-1/src/Initialize.ipynb' from IPython.display import clear_output , display , HTML import pandas as pd
n=9 X = Projective_Space(n) print( 'X:' , X ) print() for Counter , cE in enumerate( X.Beilinson_Collection() , start=1 ) : print( Counter , cE )
X: Projective space of dimension 9. 1 VB(0) 2 VB(Lambda[1]) 3 VB(2*Lambda[1]) 4 VB(3*Lambda[1]) 5 VB(4*Lambda[1]) 6 VB(5*Lambda[1]) 7 VB(6*Lambda[1]) 8 VB(7*Lambda[1]) 9 VB(8*Lambda[1]) 10 VB(9*Lambda[1])