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

7.10.6.12 ncratFromPoly

Procedure from library ncrat.lib (see ncrat_lib).

Usage:
ncrat f = ncratFromPoly(p);
p of type poly

Return:
convert poly to ncrat

Example:
 
LIB "ncrat.lib";
ncInit(list("x", "y", "z"));
poly p = 2 * x * y;
ncrat f = ncratFromPoly(p);
print(f);
==> 2*x*y


Top Back: ncratFromString Forward: ncratPower 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.1, 2022, generated by texi2html.