Two questions:
1) I'm writing a program for the HP Prime where I would like to get the dimensions for an nxm matrix (user inputs the matrix).
On the 50g, I can use SIZE and I'll get the dimensions as a list {n m}. On the Prime, I only get the row dimensions n.
Any idea on how to get the column dimensions as well? Thanks.
2) Also, the 50G has the command OBJ->, spitting out all the elements (plus the dimensions) of matrices, vectors, or lists onto the stack. On the Prime, do I need to write a program to achieve this (basically, calling each element in a loop)? That's what I need SIZE for - - see above. Thanks again!