Synopsis:
Code:
-- ../m2/matrix.m2:187-189 Matrix ^ ZZ := Matrix => (f,n) -> ( if n === 0 then id_(target f) else SimplePowerMethod (f,n))