Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for Support and Testing.
Download

Github repo cloud-examples: https://github.com/sagemath/cloud-examples

11080 views
License: MIT
@interact def _(n=(5..100)): Poset(([1..n], lambda x, y: y%x == 0) ).show()
Interact: please open in CoCalc