Top
Back: module related functions
Forward: poly declarations
FastBack: module
FastForward: qring
Up: Data types
Top: Plural Manual
Contents: Table of Contents
Index: Index
About: About this document

2.4 poly

Polynomials are the basic data for all main algorithms in PLURAL. They consist of finitely many terms (coefficient*power product) which are combined by the usual polynomial operations Polynomials can only be defined or accessed with respect to a basering which determines the coefficient type, the names of the indeterminants and the monomial ordering.
Example:
 
  ring r=32003,(x,y,z),dp;
  poly f=x3+y5+z2;

2.4.1 poly declarations  
2.4.2 poly expressions  
2.4.3 poly operations  
2.4.4 poly related functions  


Top Back: module related functions Forward: poly declarations FastBack: module FastForward: qring Up: Data types Top: Plural Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-1-99, August 2004, generated by texi2html.