Top
Back: 4.14 qring
Forward: 4.15 resolution
FastBack: 4. Data types
FastForward: 5. Functions and system variables
Up: 4.14 qring
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

4.14.1 qring declaration

Syntax:

qring name = ideal_expression ;

Default:

none

Purpose:

declares a quotient ring as the basering modulo ideal_expression. Sets it as current basering.

Example:
 
ring r=0,(x,y,z),dp;
ideal i=xy;
qring q=std(i);
basering;
→ //   characteristic : 0
→ //   number of vars : 3
→ //        block   1 : ordering dp
→ //                  : names    x y z 
→ //        block   2 : ordering C
→ // quotient ring from ideal
→ _[1]=xy

Top Back: 4.14 qring Forward: 4.15 resolution FastBack: 4. Data types FastForward: 5. Functions and system variables Up: 4.14 qring 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.