First time here? Check out the FAQ!

Ask Your Question
1

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

asked 0 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 0 years ago

Max Alekseyev gravatar image

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

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

Seen: 23 times

Last updated: Mar 24