Home Online Manual
Top
Back: Betti
Forward: SetDeg
FastBack:
FastForward:
Up: modules_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.23.17 printBetti

Procedure from library modules.lib (see modules_lib).

Usage:
printBetti(resi), resi Resolution

Return:
nothing, prints the Bettimatrix of the Resolution

Example:
 
LIB "modules.lib";
ring r;
matrix m[1][3]=x,y,z;
Matrix M=m;
Module N=coker(M);
Resolution R=mRes(N);
R;
==>  1      3      3      1      
==> r <--  r <--  r <--  r
==> 
==> 0      1      2      3      
==> 
==> 
Betti(R);
==> 1,3,3,1