RosettaCodeData/Task/Matrix-exponentiation-operator/Jq/matrix-exponentiation-operator-3.jq
2023-07-01 13:44:08 -04: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