Does maxima have column and row names for matrices?

44 Views Asked by At

does maxima have a colnames and rownames property for matrices (that would be shown in a print statement)? (aka, colnames(m) in R)

I suspect not, but wanted to make sure. this would make it more convenient for a function to return different types of numbers, which the matrix can then collect by row and print with name.

0

There are 0 best solutions below