source: git/Tst/Old/vdimen.tst @ 85d15b1

spielwiese
Last change on this file since 85d15b1 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: 428 bytes
Line 
1//
2// test script for vdim command
3//
4ring r1 = 0,(x,y,z),ds;
5r1;
6"--------------------------------";
7ideal i1=x2+y2,x2-y2,x2+z2,x2-z2;
8ideal j1=std(i1);
9i1;
10vdim(i1);
11lead(i1);
12j1;
13vdim(j1);
14lead(j1);
15"--------------------------------";
16vector v1=[x2+y2,y2-x2];
17vector v2=[x2,y2,z2];
18module m=v1,v2;
19vdim(m);
20module m1=std(m);
21vdim(m1);
22"--------------------------------";
23listvar(all);
24kill r1;
25LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.