source: git/Tst/Old/liftstan.tst @ a589e6

fieker-DuValspielwiese
Last change on this file since a589e6 was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 485 bytes
Line 
1//
2// test script for liftstd command
3//
4pagelength = 10000;
5ring r1 = 32003,(x,y,z),(c,ls);
6r1;
7LIB "lib0";
8"-------------------------------";
9ideal i1=maxideal(3);
10ideal i2=x6,y4,z5,xy,yz,xz;
11i2;
12matrix m1[3][3]=x,y,z,xz,yx,12zx,0,y2,3xy2;
13pmat(m1);
14liftstd(i2,m1);
15"---------------------------------";
16vector v1=[x4,y2,xz2];
17vector v2=[y3,x8,2z4];
18module m=v1,v2;
19m;
20pmat(m1);
21liftstd(m,m1);
22"--------------------------------";
23listvar(all);
24kill r1;
25LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.