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

D.4.17.35 netMatrix

Procedure from library modules.lib (see modules_lib).

Return:
nothing, prints M

Example:
 
LIB "modules.lib";
ring r;
matrix m[2][2]=x,y2,z,xz;
Matrix M=m;
netMatrix(M);
==> | x y2 |
==> | z xz |
==>