Top
Back: makePoly
Forward: valueOf
FastBack:
FastForward:
Up: polyclass_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.15.2 ringOf

Procedure from library polyclass.lib (see polyclass_lib).

Usage:
ringOf(F); F Poly

Return:
F.value

Example:
 
LIB "polyclass.lib";
ring R=0,(x,y),ds;
poly f = x+y;
Poly F = makePoly(f);
ringOf(F);
==> // coefficients: QQ considered as a field
==> // number of vars : 2
==> //        block   1 : ordering ds
==> //                  : names    x y
==> //        block   2 : ordering C


Top Back: makePoly Forward: valueOf FastBack: FastForward: Up: polyclass_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.1, 2025, generated by texi2html.