Skip to content

Instantly share code, notes, and snippets.

@miho
Last active November 16, 2017 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miho/5216b8c63b47373bfb620bd2fbd25bdc to your computer and use it in GitHub Desktop.
Save miho/5216b8c63b47373bfb620bd2fbd25bdc to your computer and use it in GitHub Desktop.
// first
m = [
[1, 1, 1],
[0, 2, 5],
[2, 5, -1]
]
// second
m = [
[2, 0, 2],
[1, 2, 0],
[0, 0, 1]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment