source: git/Tst/Old/m39si.tst @ 6051d87

fieker-DuValspielwiese
Last change on this file since 6051d87 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: 299 bytes
Line 
1  int ro = 3;
2  ring r = 32003,(x,y,z),dp;
3  poly f=xyz;
4  poly g=z*f;
5  ideal i=f,g,g^2;
6  matrix m[ro][3] = 1x3y4, 0, i, f ; // a 3 x 3 matrix
7  m;
8  print(m);
9  matrix A;   // the 1 x 1 zero matrix
10  matrix C=m; // defines C as a 3 x 3 matrix equal to m
11  print(C);
12LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.