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

8 lines
94 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
. mat a = I(3)
. mat list a
symmetric a[3,3]
c1 c2 c3
r1 1
r2 0 1
r3 0 0 1