source: git/Tst/Old/liftstan.tst @ 4401c6

fieker-DuValspielwiese
Last change on this file since 4401c6 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: 465 bytes
Line 
1//
2// test script for liftstd command
3//
4ring r1 = 32003,(x,y,z),(c,ls);
5r1;
6LIB "lib0";
7"-------------------------------";
8ideal i1=maxideal(3);
9ideal i2=x6,y4,z5,xy,yz,xz;
10i2;
11matrix m1[3][3]=x,y,z,xz,yx,12zx,0,y2,3xy2;
12pmat(m1);
13liftstd(i2,m1);
14"---------------------------------";
15vector v1=[x4,y2,xz2];
16vector v2=[y3,x8,2z4];
17module m=v1,v2;
18m;
19pmat(m1);
20liftstd(m,m1);
21"--------------------------------";
22listvar(all);
23kill r1;
24LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.