Class equation of a group

asked 2024-10-05 17:29:53 +0200

sagelearner gravatar image

updated 2024-10-05 17:38:40 +0200

Is there any command for getting the class equation of a permutation group in SAGE?

Note that I am able to write a function for this. I am just wondering if there is any inbuilt function which serves my purpose.

edit retag flag offensive close merge delete

Comments

If G is your group, you could do [X.cardinality() for X in G.conjugacy_classes()]. Is that the information you want? I guess that splits the center into different pieces instead of collecting those together, but it's close to what you're asking for.

John Palmieri gravatar imageJohn Palmieri ( 2024-10-11 20:15:29 +0200 )edit