Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/sage/modules/module_element.py
8815 views
1
###############################################################################
2
# Elements of free modules
3
###############################################################################
4
5
from sage.structure.element import ModuleElement, is_ModuleElement
6
7