Skip to content

Instantly share code, notes, and snippets.

@kareblak
Created March 17, 2014 15:34
Show Gist options
  • Save kareblak/9601481 to your computer and use it in GitHub Desktop.
Save kareblak/9601481 to your computer and use it in GitHub Desktop.
1.
(x,y)[5]
= (y, x)[4]
(y,x)[1] = (y,z)[4]
= (x, z)[4]
(x,z)[4]
2.
(x,y)[5] (x,y)[4]
=
(y,z)[1] (x,z)[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment