RosettaCodeData/Task/Identity-matrix/K/identity-matrix.k
2023-07-01 13:44:08 -04:00

11 lines
103 B
Text

=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)