Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

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

GitHub Repository: sagemathinc/cocalc-example-files
Path: blob/master/sage/interact/NumberTheory/IntegerFactorization/divisibilityPoset.sagews
Views: 1156
@interact def _(n=(5..100)): Poset(([1..n], lambda x, y: y%x == 0) ).show()
Interact: please open in CoCalc