source: git/Tst/Old/wedg.tst @ e706ff

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