Environment to perform calculations of equivariant vector bundles on homogeneous varieties
Equivariant_Vector_Bundles_On_Homogeneous_Varieties__0-2 / tests / famous_collections / Kapranov-collection_on_quadrics.ipynb
2641 viewsLicense: GPL3
ubuntu2204
Kernel: SageMath 9.8
In [6]:
In [7]:
Out[7]:
X: Quadric space of dimension 9.
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In [7], line 5
3 print( 'X:' , X )
4 print()
----> 5 for Counter , cE in enumerate( X.Kapranov_Collection() , start=Integer(1) ) :
6 print( Counter , cE )
AttributeError: 'Quadric_Space' object has no attribute 'Kapranov_Collection'
In [0]: