next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Macaulay2Doc :: columnPermute

columnPermute -- permute some columns

Synopsis

Description

m = mutableMatrix map(ZZ^5,ZZ^6, (i,j) -> 100*i+j)
columnPermute(m,1,{2,0,1})

See also

Ways to use columnPermute :