Introduction to the rubik package

Calling Sequence:
function(args)
rubik:-function(args)

Description:

Examples:
> restart;
> with(rubik);
[A2, A3, A4, A5, Aj, Am, Ap, As, invmoves, jl, mulm...
Change 3 corners of Rubik's 2x2 cube:
> X:=[1/R,1/D,R,1/D,1/F,D,F,1/D,F,D^2,1/F,U,F,1/(D^2),1/F,D,1/F,1/D,F,D,1/R,D,R,1/U]:
> rc2(X,A2);
[Maple Plot]
Turn the front faceof the Rubik's 2x2 cube to the top:
> Y:=[R,1/L]:
> rc2(Y,A2);
[Maple Plot]