is_matrix() cmd
Publié : mer. janv. 23, 2019 8:14 pm
Hello BP
Is there an order to determine if a list of list is a matrix?
list2 := [ [1], [2, 3],[4, 5, 6], [7]]
is_matrix(list2) [enter] false
Is there an order to determine if a list of list is a matrix?
list2 := [ [1], [2, 3],[4, 5, 6], [7]]
is_matrix(list2) [enter] false