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

D.4.17.8 printMatrix

Procedure from library modules.lib (see modules_lib).

Usage:
printMatrix(M); or M; M Matrix

Return:
nothing, prints the matrix with degrees of the generators from target and source

Example:
 
LIB "modules.lib";
ring r;
matrix m[2][2]=x,y3,z,xz;
Matrix M=m;
M;
==> x,y3,
==> z,xz 
==> 


Top Back: Source Forward: printFreeModule 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.2, 2023, generated by texi2html.