Home Online Manual
Top
Back: package related functions
Forward: poly declarations
FastBack: package
FastForward: proc
Up: Data types
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.16 poly

Polynomials are the basic data for all main algorithms in SINGULAR. They consist of finitely many terms (coefficient*monomial) which are combined by the usual polynomial operations (see poly expressions). Polynomials can only be defined or accessed with respect to a basering which determines the coefficient type, the names of the indeterminates and the monomial ordering.

 
  ring r=32003,(x,y,z),dp;
  poly f=x3+y5+z2;

4.16.1 poly declarations  
4.16.2 poly expressions  
4.16.3 poly operations  
4.16.4 poly related functions