Top
Back: D.2.4.13 rad_con
Forward: D.2.4.15 numerator
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.2.4 poly_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.2.4.14 content

Procedure from library poly.lib (see poly_lib).

Usage:

content(f); f polynomial/vector

Return:

number, the content (greatest common factor of coefficients) of the polynomial/vector f

Example:

 
LIB "poly.lib";
ring r=0,(x,y,z),(c,lp);
content(3x2+18xy-27xyz);
→ 3
vector v=[3x2+18xy-27xyz,15x2+12y4,3];
content(v);
→ 3

Top Back: D.2.4.13 rad_con Forward: D.2.4.15 numerator FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.2.4 poly_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.