function exercise8(S) A = zeros(S+64) B = zeros(S) for i=1:S A[i]=rand() B[i]=rand() end end [@time exercise8(2^i) for i=20:28]