RosettaCodeData/Task/Identity-matrix/K/identity-matrix.k
2017-09-25 22:28:19 +02: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)