RosettaCodeData/Task/Identity-matrix/K/identity-matrix.k

12 lines
103 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
=4
(1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1)
=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)