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

D.15.23.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
==>