Dimensions
Returns the dimensions of a matrix.
Syntax
dimensions(Matrix)
Description
Given a matrix, returns two numbers: the number of rows and the number of columns.
Returns the dimensions of a matrix.
dimensions(Matrix)
Given a matrix, returns two numbers: the number of rows and the number of columns.