Transposing a Linear Array

LA is a linear array with N elements. Write the algorithm to transpose the array.

This was given in an assignment, can linear arrays be transposed? If not, what does this mean?