One Hat Cyber Team
Your IP :
216.73.216.80
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
Macaulay2
/
Posets
/
example-output
/
View File Name :
_drop__Elements.out
-- -*- M2-comint -*- hash: 9038086832903309178 i1 : P = chain 5; i2 : dropElements(P, {3}) o2 = Relation Matrix: | 1 1 1 1 | | 0 1 1 1 | | 0 0 1 1 | | 0 0 0 1 | o2 : Poset i3 : P - {4, 5} o3 = Relation Matrix: | 1 1 1 | | 0 1 1 | | 0 0 1 | o3 : Poset i4 : P = divisorPoset (2*3*5*7); i5 : Q = dropElements(P, e -> e % 3 == 0) o5 = Q o5 : Poset i6 : Q == divisorPoset(2*5*7) o6 = true i7 :