Created
January 17, 2018 23:03
-
-
Save binary10/ede0e08bcd93476ca29a01c28f059089 to your computer and use it in GitHub Desktop.
Revisions
-
binary10 renamed this gist
Jan 17, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
binary10 created this gist
Jan 17, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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