next up previous contents index
suivant: Number of columns : monter: Arithmetic and matrix précédent: Dimension of a matrix   Table des matières   Index


Number of rows : rowdim rowDim nrows

rowdim (or rowDim or nrows) takes as argument a matrix A.
rowdim (ou rowDim or nrows) returns the number of rows of the matrix A.
Input :
rowdim([[1,2,3],[3,4,5]])
or
nrows([[1,2,3],[3,4,5]])
Output :
2



giac documentation written by Renée De Graeve and Bernard Parisse