RosettaCodeData/Task/Matrix-exponentiation-operator/Stata/matrix-exponentiation-operator-2.stata

8 lines
122 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
: matpow((0,1\1,1),10)
[symmetric]
1 2
+-----------+
1 | 34 |
2 | 55 89 |
+-----------+