Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created February 20, 2014 12:33
Show Gist options
  • Save rightfold/03e04ac519c4a36a602f to your computer and use it in GitHub Desktop.
Save rightfold/03e04ac519c4a36a602f to your computer and use it in GitHub Desktop.
1 2 3
4 5 6
x
1 2
3 4
5 6
=
(1 2 3 dot 1 3 5) (4 5 6 dot 2 4 6)
(4 5 6 dot 1 3 5) (1 2 3 dot 2 4 6)
or
(1 2 3 dot 1 3 5) (4 5 6 dot 1 3 5)
(4 5 6 dot 2 4 6) (1 2 3 dot 2 4 6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment