First time here? Check out the FAQ!

Ask Your Question
0

Automorphisms of distributive lattices via sage

asked 4 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

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)]
Preview: (hide)
link

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: 4 years ago

Seen: 226 times

Last updated: Jun 16 '20