next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: columnRankProfile

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

Synopsis

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 :

For the programmer

The object columnRankProfile is a method function.