


![[top]](top.gif)
Matrix % RingElement -- reduce the columns modulo of a ring element
Synopsis:
f % r -- yields the reduction of the columns of the matrix
f modulo the ring element r.
Code:
-- ../m2/matrix2.m2:108
Matrix % RingElement := (f,r) -> f % (r * id_(target f))



![[top]](top.gif)