RosettaCodeData/Task/Matrix-exponentiation-operator/Jq/matrix-exponentiation-operator-3.jq
2017-09-25 22:28:19 +02:00

5 lines
166 B
Text

# For demo_matrix_exp(10000)
$ time jq -n -c -f Matrix-exponentiation_operator.rc
[[1,-1.1102230246251565e-12],[1.1102230246251565e-12,1]]
user 0m0.490s
sys 0m0.008s