Skip to content

Instantly share code, notes, and snippets.

Created March 17, 2010 02:36
Show Gist options
  • Save anonymous/334820 to your computer and use it in GitHub Desktop.
Save anonymous/334820 to your computer and use it in GitHub Desktop.
for i in range(0, len(x)):
for j in range(0, len(x)):
M.put( ( i * len(x) + j), x[i]**(len(x)-j))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment