In an earlier section we have shown the application of some very useful
table manipulation functions. Now it is time to program these functions, and to study
them in further details.
Program the functions transpose, eliminate-row, and eliminate-column, as they have
been illustrated earlier. As one of the success criteria of this exercise, you should attempt to use higher-order functions as much and
well as possible in your solutions.
Hint: Program a higher-order function, (eliminate-element n). The function should return a function which eliminates element number n from a list.