2 lines
85 B
Clojure
2 lines
85 B
Clojure
=> (identity-matrix 5)
|
|
[[1 0 0 0 0] [0 1 0 0 0] [0 0 1 0 0] [0 0 0 1 0] [0 0 0 0 1]]
|