RosettaCodeData/Task/Matrix-exponentiation-operator/Julia/matrix-exponentiation-operator.julia
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

4 lines
58 B
Text

julia> [1 1 ; 1 0]^10
2x2 Array{Int64,2}:
89 55
55 34