source: git/Tst/Old/wedg.tst @ 6a9e46

fieker-DuValspielwiese
Last change on this file since 6a9e46 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: 516 bytes
Line 
1//
2// test script for wedge command
3//
4pagelength = 10000;
5ring r1 = 0,(x,y,z),ds;
6r1;
7"--------------------------------";
8matrix m1[4][4]=1,2,3,4,-1,2,0,5,2,1,1,1,0,2,2,2;
9LIB "lib0";
10pmat(m1);
11pmat(wedge(m1,2));
12"--------------------------------";
13matrix m2[3][3]=x2,y4,z4,x4,x,y,z,0,1;
14pmat(m2);
15int a=3;
16pmat(wedge(m2,a));
17"-------------------------------";
18matrix m3[3][3]=1,1,2,2,1,1,2,2,1;
19pmat(m3);
20pmat(wedge(m3,2));
21"--------------------------------";
22listvar(all);
23kill r1;
24LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.