Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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?