Skip to content

Instantly share code, notes, and snippets.

@binary10
Created January 17, 2018 23:03
Show Gist options
  • Save binary10/ede0e08bcd93476ca29a01c28f059089 to your computer and use it in GitHub Desktop.
Save binary10/ede0e08bcd93476ca29a01c28f059089 to your computer and use it in GitHub Desktop.

Revisions

  1. binary10 renamed this gist Jan 17, 2018. 1 changed file with 0 additions and 0 deletions.
  2. binary10 created this gist Jan 17, 2018.
    3 changes: 3 additions & 0 deletions Python 3000 Matrix Multiplication
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    import numpy as np
    A = np.eye(20)
    A @ A # `@` is the matrix multiplication operator