Hi,

This might be more appropriate at the ask.sage site, but it is down at the 
moment.

The problem is this: I have a permutation group G defined as the group of 
permutations on {0..14}. Then I ask for subgroups, but the subgroups are 
indexed with {1..15}. Are the indices just translated 1 to the right? Or 
better - are there any ways to keep the indexing? Here's a test code to 
show the problem:
90

L =  G.subgroups()

91

L[1].is_subgroup(G)

92

 93

False


And this is how G was created:
S = SimplicialComplex(maxf)
G = S.automorphism_group()

Here maxf is a list of lists of integers.

Thanks for any answers!

The version of SAGE I'm using is cloud.sagemath.org, or more precisely "Sage 
Version 6.2.beta1, Release Date: 2014-02-07".

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to