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))