source: git/Tst/Old/trac.tst @ 37cd955

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