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

D.4.17.22 subquotient

Procedure from library modules.lib (see modules_lib).

Usage:
subquotient(gens,rels); gens and rels Matrices

Return:
Module, the subquotient of two entered Matrices

Example:
 
LIB "modules.lib";
ring r;
matrix m[2][2]=x,y2,z,xz;
Matrix M=m;
matrix n[2][3]=z2,xyz,x2y2,xy,x3,y4;
Matrix N=n;
M;
==>     {1}  {2}
==> {0}   x   y2
==> {0}   z   xz
==> 
N;
==>      {2}   {3}    {4}
==> {0}   z2   xyz   x2y2
==> {0}   xy    x3     y4
==> 
subquotient(M,N);
==> subquotient (| x y2 |, | z2 xyz x2y2 |)
==>              | z xz |  | xy x3  y4   | 
==> 
==> 


Top Back: Degrees Forward: coker 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.