Re: [sage-support] bug report with Rubik's cube functions

2015-03-19 Thread David Joyner
On Thu, Mar 19, 2015 at 10:43 AM, Pierre wrote: > I agree. Surely in the code one has started with a right action (say) and > has then decided to sometimes convert it to a left action using inverses. > > However, some consistency would be good :-) After all, various pieces of > code seem to disagr

Re: [sage-support] bug report with Rubik's cube functions

2015-03-19 Thread Pierre
I agree. Surely in the code one has started with a right action (say) and has then decided to sometimes convert it to a left action using inverses. However, some consistency would be good :-) After all, various pieces of code seem to disagree on what U is... On Thursday, March 19, 2015 at 3:32:

Re: [sage-support] bug report with Rubik's cube functions

2015-03-19 Thread David Joyner
On Thu, Mar 19, 2015 at 8:07 AM, Pierre wrote: > Hi, > > I have just realized this, and thought it would be helpful to know for > anyone playing with Sage's Rubik's cube abilitites. Here it is: > > While the following 3 commands: > > sage: CubeGroup().move("U") > > and > > sage: CubeGroup().plot3d

[sage-support] bug report with Rubik's cube functions

2015-03-19 Thread Pierre
Hi, I have just realized this, and thought it would be helpful to know for anyone playing with Sage's Rubik's cube abilitites. Here it is: While the following 3 commands: sage: CubeGroup().move("U") and sage: CubeGroup().plot3d_cube("U") and sage: RubiksCube().move("U").show3d() all take t