Ask Your Question

Anoop S K M's profile - activity

2021-05-09 07:26:25 +0100 commented answer Group elements in terms of its generators

Ok great! Thanks a lot.

2021-05-09 07:24:37 +0100 marked best answer Group elements in terms of its generators

I created a permutation group with generators [(4,5,6,7,8), (1,2,3)]. The order of this group is shown as 15. c,f in Cayley_table() corresponds to these generators. Is there a way to print these 15 elements a,b,c.....m,n,o in terms of these generators c,f?

2021-05-08 12:52:22 +0100 asked a question Group elements in terms of its generators

Group elements in terms of its generators I created a permutation group with generators [(4,5,6,7,8), (1,2,3)]. The orde

2021-05-08 12:25:35 +0100 commented answer CubeConnectedCycle not there? Attribute Error

I was using 9.0. I installed 9.2 now and is working well. Thanks a lot!

2021-05-08 12:24:33 +0100 marked best answer CubeConnectedCycle not there? Attribute Error

In the documentation for CubeConnectedCycle, it says

static CubeConnectedCycle(d)

But when I try to run the following example given in the same page above it is giving an error.

d = 3
g = graphs.CubeConnectedCycle(d)

The error shown is

AttributeError: GraphGenerators instance has no attribute 'CubeConnectedCycle'

Can someone tell me what went wrong? Thanks in advance.

2021-05-08 12:24:33 +0100 received badge  Scholar (source)
2021-05-08 10:54:49 +0100 received badge  Student (source)
2021-05-08 10:52:05 +0100 asked a question CubeConnectedCycle not there? Attribute Error

CubeConnectedCycle not there? Attribute Error In doc.sagemath.org/html/en/reference/graphs/sage/graphs/graph_generators.