Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Finding subgroup summand

Hi everyone, Let (G,.) be group with two subgroup H and K, I want to know when HK=G? HK={h.k|h\in H ,k\in K} I try this

  D== CyclicPermutationGroup(9)
  H=D.subgroups()
  for i in H:
   for j in H:
     i*j=K
   if(K==G)

I have no idea how define " * "

Finding subgroup summand

Hi everyone, Let (G,.) be group with two subgroup H and K, I want to know when HK=G? HK={h.k|h\in $HK={h.k | h\in H ,k\in K} K}$ I try this

 D== D= CyclicPermutationGroup(9)
  H=D.subgroups()
  for i in H:
   for j in H:
     i*j=K
   if(K==G)

I have no idea how define " * "