Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
matrices
»
submatrices
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
submatrices
Here are the ways to get a submatrix of a matrix.
Menu
submatrix'
-- exclude rows and/or columns of a matrix
submatrixByDegrees
-- submatrix consisting of rows and columns in an interval or box of degrees
submatrix(Matrix,VisibleList)
-- select columns
submatrix(Matrix,VisibleList,VisibleList)
-- see
submatrix
-- select part of a matrix
Matrix _ List
-- select columns
Matrix ^ List
-- select rows
Matrix _ Array
-- component of map corresponding to summand of source
Matrix ^ Array
-- component of map corresponding to summand of target
The source of this document is in
Macaulay2Doc/ov_matrices.m2:437:0
.