Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

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