Macaulay2 » Documentation
Packages » Macaulay2Doc :: rowRankProfile
next | previous | forward | backward | up | index | toc

rowRankProfile -- find the row rank profile of a mutable matrix

Synopsis

Description

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

o1 = {0, 2}

o1 : List

See also

Ways to use rowRankProfile :

For the programmer

The object rowRankProfile is a method function.