Ask Your Question

mchericoni's profile - activity

2018-11-27 10:21:00 +0200 received badge  Popular Question (source)
2018-11-20 18:43:57 +0200 commented question rubik clockwise turn

I edited the question and added the commands to reproduce the issue.

2018-11-20 18:41:35 +0200 received badge  Editor (source)
2018-11-20 06:42:23 +0200 received badge  Student (source)
2018-11-19 10:44:53 +0200 asked a question rubik clockwise turn

The 2D map of the Rubik’s cube after the F move shows the F face rotated anticlockwise. Shouldn't it be a clockwise turn?

sage: rubik = CubeGroup()
sage: print(rubik.repr2d("F"))

                 +--------------+
                 |  1    2    3 |
                 |  4   top   5 |
                 | 25   28   30 |
    +------------+--------------+-------------+------------+
    |  9  10   8 | 19   21   24 | 43   26  27 | 33  34  35 |
    | 12 left  7 | 18  front 23 | 42 right 29 | 36 rear 37 |
    | 14  15   6 | 17   20   22 | 41   31  32 | 38  39  40 |
    +------------+--------------+-------------+------------+
                 | 11   13   16 |
                 | 44 bottom 45 |
                 | 46   47   48 |
                 +--------------+