Top
Back: spprint
Forward: spadd
FastBack: equising_lib
FastForward: hnoether_lib
Up: gaussman_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.4.15 sppprint

Procedure from library gaussman.lib (see gaussman_lib).

Usage:
sppprint(spp); list spp

Return:
string s; spectral pairs spp

Example:
 
LIB "gaussman.lib";
ring R=0,(x,y),ds;
list spp=list(ideal(-1/2,-3/10,-1/10,0,1/10,3/10,1/2),intvec(2,1,1,1,1,1,0),intvec(1,2,2,1,2,2,1));
sppprint(spp);
==> ((-1/2,2),1),((-3/10,1),2),((-1/10,1),2),((0,1),1),((1/10,1),2),((3/10,1)\
   ,2),((1/2,0),1)


Top Back: spprint Forward: spadd FastBack: equising_lib FastForward: hnoether_lib Up: gaussman_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-4, May 2003, generated by texi2html.