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 = Quadric_Space(n) print( 'X:' , X ) print() for Counter , cE in enumerate( X.Kapranov_Collection() , start=1 ) : print( Counter , cE )
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'