Suppose, I have 3-d shape with a finite number of sides, what would be the general procedure for finding how many symmetries it has? For example, suppose I have a cube, If I rotate the cube or even flip it, the cube is same. So how do I find how many 'actions' that I can do on the cube and still get an equivalent figure?
I have written some attempts that I've done underneath:
Now this is an attempt to do this by brute force, the arrows denote the way I am rotating the cube and the transformation underneath is the opposite transforms which would undo that. I get eight but I don't think this is the right answer neither is it generalizable
2. Something to do with integer solutions?
I was recently reading a book called "Strange Curves, Counting Rabbits, & Other Mathematical Explorations Book by Keith Martin Ball" in it he species the cube using points.
So, I'm thinking the number of symeteries is related to the integer solutions of
$$ x,y,z \leq 3 $$ with $ x,y,z \geq 0 $$
Research attempts:
I saw this "poly enumeration theorem" but I can't grasp it because I don't understand group theory: https://en.wikipedia.org/wiki/P%C3%B3lya_enumeration_theorem
and, I saw this stack:
What are the symmetries of the tetrahedron? , but even after learning some group theory, I can not understand it


