source: git/Tst/Old/m39si.tst @ ff8a6bf

fieker-DuValspielwiese
Last change on this file since ff8a6bf was b35b93, checked in by Olaf Bachmann <obachman@…>, 26 years ago
This commit was generated by cvs2svn to compensate for changes in r1396, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@1397 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 271 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);
12$
Note: See TracBrowser for help on using the repository browser.