RosettaCodeData/Task/Identity-matrix/Stata/identity-matrix-2.stata

9 lines
136 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
: I(3)
[symmetric]
1 2 3
+-------------+
1 | 1 |
2 | 0 1 |
3 | 0 0 1 |
+-------------+