RosettaCodeData/Task/Matrix-exponentiation-operator/Stata/matrix-exponentiation-operator-2.stata
2018-06-22 20:57:24 +00:00

7 lines
122 B
Text

: matpow((0,1\1,1),10)
[symmetric]
1 2
+-----------+
1 | 34 |
2 | 55 89 |
+-----------+