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

D.4.17.7 Source

Procedure from library modules.lib (see modules_lib).

Usage:
Source(M); M Matrix

Return:
FreeModule, source of the Matrix

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


Top Back: Target Forward: printMatrix 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.