source: git/Tst/Old/row.tst @ 70b3ae

fieker-DuValspielwiese
Last change on this file since 70b3ae 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: 365 bytes
Line 
1//
2// test script for nrows command
3//
4ring r1 = 32003,(x,y,z),(c,ds);
5r1;
6"-------------------------------";
7matrix m1[4][5];
8nrows(m1);
9"-------------------------------";
10int k=7;
11matrix m2[k][5];
12nrows(m2);
13"------------------------------";
14matrix m3[k+3][11];
15nrows(m3);
16"--------------------------------";
17listvar(all);
18kill r1;
19LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.