Skip to content

Instantly share code, notes, and snippets.

@binary10
Created January 17, 2018 23:03
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 binary10/ede0e08bcd93476ca29a01c28f059089 to your computer and use it in GitHub Desktop.
Save binary10/ede0e08bcd93476ca29a01c28f059089 to your computer and use it in GitHub Desktop.
import numpy as np
A = np.eye(20)
A @ A # `@` is the matrix multiplication operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment