source: git/Tst/Old/qrin.tst @ 37cd955

spielwiese
Last change on this file since 37cd955 was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 490 bytes
Line 
1//
2// test script for qring command
3//
4ring r1 = 32003,(x,y,z),dp;
5r1;
6"------------------------------";
7poly s4=x;
8poly s5=y;
9poly s6=z;
10ideal i1=s4,s5,s6;
11ideal j1=std(i1);
12j1;
13qring q1=j1;
14basering;
15"----------------------------";
16ring r2=32003,(x,y,z),ds;
17poly s1=x3y4+123x7y+34x2yz6+23y6z4;
18poly s2=34x8y6z4+9z9;
19poly s3=9xz7+89xy7z8;
20ideal i2=s1,s2,s3;
21ideal j2=std(i2);
22j2;
23qring q2=j2;
24basering;
25"----------------------------";
26listvar(all);
27kill r1;
28LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.