Guest User

Untitled

a guest
Jan 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. SetSystemOptions["SparseArrayOptions" -> "TreatRepeatedEntries" -> First]
  2.  
  3. SparseArray[{{1, 2}, {1, 2}, {2, 2}} -> {2, 3, 4}] // Normal
  4. (* {{0, 2}, {0, 4}} *)
Add Comment
Please, Sign In to add comment