Skip to content

Instantly share code, notes, and snippets.

@codingsnap
Created April 4, 2020 00:35
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 codingsnap/dc093ca7234e68c73f56bc2eb34e637c to your computer and use it in GitHub Desktop.
Save codingsnap/dc093ca7234e68c73f56bc2eb34e637c to your computer and use it in GitHub Desktop.
np.diag(a)
Output: array([1, 2, 3, 4])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment