Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download

Environment to perform calculations of equivariant vector bundles on homogeneous varieties

Views: 1561
License: GPL3
Image: ubuntu2204
Kernel: SageMath 10.3
import sys #sys.path.append('../src') sys.path.append('/home/user/Equivariant_Vector_Bundles_On_Homogeneous_Varieties__0-2/src')
class bcolors: HEADER = '\033[95m' OKBLUE = '\033[94m' OKCYAN = '\033[96m' OKGREEN = '\033[92m' WARNING = '\033[93m' FAIL = '\033[91m' ENDC = '\033[0m' BOLD = '\033[1m' UNDERLINE = '\033[4m'