| Hosted by CoCalc | Download
A = matrix(2,[1..4])
A.list()
[1, 2, 3, 4]
list(A)
[(1, 2), (3, 4)]