source: git/Tst/Old/trac.tst @ e84f553

fieker-DuValspielwiese
Last change on this file since e84f553 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: 533 bytes
Line 
1//
2// test script for substring command
3//
4pagelength = 10000;
5ring r1 = 32003,(x,y,z),(c,dp);
6r1;
7"-------------------------------";
8matrix m1[2][2]=1,2,3,4;
9LIB "lib0";
10pmat(m1);
11trace(m1);
12"------------------------------";
13matrix m2[2][2]=x2,4y2,5z2,12xy;
14pmat(m2);
15trace(m2);
16"-----------------------------";
17matrix m3[2][2]=0,x2,4,y2;
18pmat(m3);
19trace(m3);
20"-----------------------------";
21matrix m4[2][3]=1,2,3,4,5,6;
22pmat(m4);
23trace(m4);
24"-------------------------------";
25listvar(all);
26kill r1;
27LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.