Derive the address translation formula for f[i] [j] [k] [1], where f is a four-dimensional array defined by
by viewing f as a one-dimensional array with N1 elements, each of which is a three-dimensional N2 x N3 x N4 array of duo b1es. Assume that three-dimensional arrays are allocated storage as described in Exercise 10.
Derive a general address translation formula for b[i ] [j] [k] for a three-dimensional array b whose elements require bytes of memory for storage, by viewing b as a one-dimensional array whose elements are two-dimensional arrays.