Skip to content

Sage code snippets for computing probabilistic zeta functions of poset lattices, cf. https://arxiv.org/abs/2112.13766

License

Notifications You must be signed in to change notification settings

havarddj/WCLvsSCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WCLvsSCL

Some simple code for computing the probabilistic zeta function of a poset lattice, as defined in Shala22. There is also a function to look for lattices which are weakly coset-like (WCL) but not strongly coset-like (SCL).

To install, simply copy the file and run load("main.sage") in the same directory.

Usage

L = d_partition_lattice(2,3) 
prob_zeta_fn(L)
# Returns (30/15^s - 15/5^s + 1, True)

# Find counterexamples for the assertion WCL => SCL:
test_all(10,10)

License

GPL

About

Sage code snippets for computing probabilistic zeta functions of poset lattices, cf. https://arxiv.org/abs/2112.13766

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages