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

12 lines
103 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02: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)