Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
matrices
»
mutable matrices
»
row and column operations
»
numColumns(Matrix)
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
numColumns(Matrix) -- number of columns in a matrix or mutable matrix
Function:
numColumns
Usage:
numColumns m
Inputs:
m
,
a
matrix
Outputs:
an
integer
, the number of columns in
m
Ways to use this method:
numColumns(Matrix)
-- number of columns in a matrix or mutable matrix
numColumns(MutableMatrix)
The source of this document is in
Macaulay2Doc/doc3.m2:9:0
.