[next][previous][up][top][index]
search for:

rank -- compute the rank

rank M -- computes the rank of the module M.

i1 : R = ZZ/101[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : p = vars R;

             1       3
o2 : Matrix R  <--- R
i3 : rank kernel p

o3 = 2
i4 : rank cokernel p

o4 = 0

Ways to use rank :

  • rank ChainComplex
  • rank CoherentSheaf -- the rank of a coherent sheaf
  • rank GradedModule
  • rank Matrix
  • rank Module

  • [next][previous][up][top][index]
    search for: