RosettaCodeData/Task/Identity-matrix/APL/identity-matrix-2.apl

8 lines
85 B
APL
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
ID{.=}
2013-04-10 21:29:02 -07:00
ID 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