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

8 lines
85 B
APL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
ID{.=}
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