Ask Your Question
1

How to get set of all maximal subgroups of a finite group in Sage?

asked 2025-03-24 17:29:04 +0200

sagelearner gravatar image

If $G$ is a permutation group, I am aware of sage commands like G.subgroups(), G.normal_subgroups() and G.maximal_normal_subgroups() which returns the set of all subgroups , set of all normal subgroups and set of all maximal normal subgroups respectively.

Is there any such command for set of all maximal subgroups? Please help.

P.S. If there is no such command, can you help me to write a function which does it in an EFFICIENT way?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2025-03-24 21:53:14 +0200

Max Alekseyev gravatar image

gap.MaximalSubgroups(G)should do the job. See https://docs.gap-system.org/doc/ref/c...

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: 2025-03-24 17:29:04 +0200

Seen: 48 times

Last updated: Mar 24