Top
Back: 4.10.2 module expressions
Forward: 4.10.4 module related functions
FastBack: 4 Data types
FastForward: 5 Functions and system variables
Up: 4.10 module
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

4.10.3 module operations

+

addition (concatenation of the generators and simplification)

*

multiplication with ideal or poly, but not ‘module‘ * ‘module‘

module_expression [ int_expression , int_expression ]

is a module entry, where the first index indicates the row and the second the column

module_expressions [ int_expression ]

is a vector, where the index indicates the column


Example:

  ring r=0,(x,y,z),dp;
  module m=[x,y],[0,0,z];
  print(m*(x+y));
→ x2+xy,0,   
→ xy+y2,0,   
→ 0,    xz+yz

Top Back: 4.10.2 module expressions Forward: 4.10.4 module related functions FastBack: 4 Data types FastForward: 5 Functions and system variables Up: 4.10 module Top: 1 Preface Contents: Table of Contents Index: F Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.