Ask Your Question
0

Automorphisms of distributive lattices via sage

asked 2020-06-15 21:38:04 +0200

klaaa gravatar image

Let L be a finite distributive lattice. Is it possible to calculate the automorphism group G of L via SAGE? Can one display all the elements of G and their orders?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2020-06-16 11:34:38 +0200

FrédéricC gravatar image

Like this

sage: P = posets.PentagonPoset()
sage: P.hasse_diagram().automorphism_group()
Permutation Group with generators [()]
sage: P = posets.DiamondPoset(6)
sage: P.hasse_diagram().automorphism_group()
Permutation Group with generators [(3,4), (2,3), (1,2)]
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-06-15 21:38:04 +0200

Seen: 138 times

Last updated: Jun 16 '20