Macaulay2 » Documentation
Packages » Macaulay2Doc » matrices » mutable matrices » columnRankProfile
next | previous | forward | backward | up | index | toc

columnRankProfile -- find the column rank profile of a mutable matrix

Description

i1 : columnRankProfile transpose mutableMatrix {{1,2,3}, {0,0,0.}, {3,4,5} }

o1 = {0, 2}

o1 : List

See also

Ways to use columnRankProfile:

  • columnRankProfile(MutableMatrix)

For the programmer

The object columnRankProfile is a method function.


The source of this document is in Macaulay2Doc/doc_mutablematrices.m2:339:0.