TI-BASIC Wiki
Register
Advertisement


(89) :rowDim(matrix)

Returns the number of rows in a matrix. This is the same as dim(matrix)[1]

See Also[]

  • dim( - gives both dimensions of a matrix
  • colDim( - gives the number of columns in a matrix
Advertisement