Macaulay2 » Documentation
Packages » MatrixSchubert :: toOneLineNotation(Matrix)
next | previous | forward | backward | up | index | toc

toOneLineNotation(Matrix) -- converts a permutation to one line notation

Synopsis

Description

Given a permutation matrix, return the corresponding permutation in 1-line notation.

i1 : toOneLineNotation(matrix{{0,1,0},{1,0,0},{0,0,1}})

o1 = {2, 1, 3}

o1 : List

See also

Ways to use this method: