Top
Back: 5.1.69 lres
Forward: 5.1.71 memory
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.1 Functions
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.1.70 maxideal

Syntax:

maxideal ( int_expression )

Type:

ideal

Purpose:

returns the power given by int_expression of the maximal ideal generated by all ring variables (maxideal(i)=1 for i<=0).

Example:
 
  ring r=32003,(x,y,z),dp;
  maxideal(2);
→ _[1]=z2
→ _[2]=yz
→ _[3]=y2
→ _[4]=xz
→ _[5]=xy
→ _[6]=x2

See ideal; ring.


Top Back: 5.1.69 lres Forward: 5.1.71 memory FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.1 Functions 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.