AbstractOn any general sequential model of computation with random-access input (e.g., a logarithmic cost RAM or a Turing machine with random-access input heads) the product time · space is: 1.(1) Not o(N2), hence not o((nlog n)2), for computing the discrete Fourier transform over finite prime fields, even when each entry in the input vector has length O(log N). Here N denotes the number of entries and n denotes the input length.2.(2) Ω(M3), hence not o((nlog n)1,5) for M by M matrix multiplication over the integers or over finite prime fields, even when each entry in the matrices has length O(log M).For this range of entries length these lower bounds on time · space coincide, up to a log no(1) factor, with the upper bounds achieved by the ...