Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
matrices
»
mutable matrices
»
row and column operations
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
row and column operations
The usual row and column operations apply to mutable matrices. These are:
Menu
numRows
-- see
numRows(Matrix)
-- number of rows in a matrix or mutable matrix
rowAdd
-- add a multiple of one row to another
rowSwap
-- interchange rows
rowPermute
-- permute some rows
rowMult
-- multiply a row by a ring element
numColumns
-- see
numColumns(Matrix)
-- number of columns in a matrix or mutable matrix
columnAdd
-- add a multiple of one column to another
columnSwap
-- interchange columns
columnPermute
-- permute some columns
columnMult
-- multiply a column by a ring element
The source of this document is in
Macaulay2Doc/doc_mutablematrices.m2:18:0
.