next | previous | forward | backward | up | top | index | toc | home

isTable -- whether something is a rectangular list of lists

Description

Warning: it is intrinsically impossible to represent a 0 by k matrix as a list of lists.

i1 : isTable {{1,2,3},{4,5}}

o1 = false
i2 : isTable {{1,2,3},{4,5,6}}

o2 = true