Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Edit Copy
Download
Star
JMG-JFG_projects
cloud-examples
/
sage
/
interact
/
NumberTheory
/
IntegerFactorization
/
divisibilityPoset.sagews
2
0
0
0
views
Tweet
Share
Share
@
interact
def
_
(
n
=
(
5..100
)
)
:
Poset
(
(
[
1.
.
n
]
,
lambda
x
,
y
:
y
%
x
==
0
)
)
.
show
(
)
Interact: please open in CoCalc