Synopsis:
M++N -- computes the direct sum of two modules.
i1 : R = ZZ/101[a..c];
i2 : image vars R ++ kernel vars R o2 = image {0} | a b c 0 0 0 | {1} | 0 0 0 0 -b -c | {1} | 0 0 0 -c a 0 | {1} | 0 0 0 b 0 a | 4 o2 : R-module, submodule of R
Projection and inclusion maps for direct sums:
See also: