isTable

isTable m -- yields the value true if m is a rectangular matrix represented as a list of lists, otherwise yields the value false. (Notice that it is not possible to represent a 0-by-k matrix as a list of lists.)

Go to main index.

Go to concepts index.