Skip to content

Instantly share code, notes, and snippets.

@manvillej
Created November 18, 2018 16:50
Show Gist options
  • Save manvillej/7a99ef7003890291ecc806c4d198f2bb to your computer and use it in GitHub Desktop.
Save manvillej/7a99ef7003890291ecc806c4d198f2bb to your computer and use it in GitHub Desktop.
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