Created
November 18, 2018 16:50
-
-
Save manvillej/7a99ef7003890291ecc806c4d198f2bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
startingVector0 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0] | |
startingVector1 = [0, 1, 0, 0, 0, 0, 0, 0, 0, 0] | |
startingVector2 = [0, 0, 1, 0, 0, 0, 0, 0, 0, 0] | |
startingVector3 = [0, 0, 0, 1, 0, 0, 0, 0, 0, 0] | |
startingVector4 = [0, 0, 0, 0, 1, 0, 0, 0, 0, 0] | |
startingVector5 = [0, 0, 0, 0, 0, 1, 0, 0, 0, 0] | |
startingVector6 = [0, 0, 0, 0, 0, 0, 1, 0, 0, 0] | |
startingVector7 = [0, 0, 0, 0, 0, 0, 0, 1, 0, 0] | |
startingVector8 = [0, 0, 0, 0, 0, 0, 0, 0, 1, 0] | |
startingVector9 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 1] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment