Top
Back: ncrepInvert
Forward: ncrepDim
FastBack:
FastForward:
Up: ncrat_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

7.10.6.20 ncrepPrint

Procedure from library ncrat.lib (see ncrat_lib).

Usage:
ncrepPrint(q);
q of type ncrep

Return:
prints q

Note:
print(q);
yields the same result as
ncrepPrint(q);

Example:
 
LIB "ncrat.lib";
ncInit(list("x", "y", "z"));
ncrat f = ncratFromString("2*x*y");
ncrep q = ncrepGet(f);
ncrepPrint(q);
==> lvec=
==> 0,0,0,1
==> 
==> mat=
==> 0, 0, 1/2*x,-1/2,
==> 0, 1, -1/2, 0,   
==> y, -1,0,    0,   
==> -1,0, 0,    0    
==> 
==> rvec=
==> 0,
==> 0,
==> 0,
==> 1 
print(q);
==> lvec=
==> 0,0,0,1
==> 
==> mat=
==> 0, 0, 1/2*x,-1/2,
==> 0, 1, -1/2, 0,   
==> y, -1,0,    0,   
==> -1,0, 0,    0    
==> 
==> rvec=
==> 0,
==> 0,
==> 0,
==> 1 


Top Back: ncrepInvert Forward: ncrepDim FastBack: FastForward: Up: ncrat_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.