Top
Back: tensorProduct
Forward: hom
FastBack:
FastForward:
Up: modules_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.17.43 pruneModule

Procedure from library modules.lib (see modules_lib).

Return:
M in a simplyfied presentation

Example:
 
LIB "modules.lib";
ring R = 0,(x,y,z),dp;
matrix a[2][3] = -x,-y^2,x^3,y,x,0;
matrix b[1][2] = x^2-y^3,xy;
Matrix A = a;
Matrix B = b;
Module M = coker(A);
Module N = coker(B);
Module H = hom(M,N);
H;
==> subquotient (| 0  -y -y 0  -x  |, | -y3+x2 xy 0      0  |)
==>              | xy -x -x y3 -y2 |  | 0      0  -y3+x2 xy | 
==> 
==> 
pruneModule(H);
==> cokernel | 0 y2 x2 x  |
==>          | x 0  0  y3 |
==> 
==> 


Top Back: tensorProduct Forward: hom FastBack: FastForward: Up: modules_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.