source: git/Tst/Plural/doc-vdim.tst @ a6e7454

spielwiese
Last change on this file since a6e7454 was a6e7454, checked in by Viktor Levandovskyy <levandov@…>, 21 years ago
nontrivial examples from Plural doc git-svn-id: file:///usr/local/Singular/svn/trunk@6653 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 188 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring R=0,(x,y,z),dp;
4matrix d[3][3];
5d[1,2]=-z;
6d[1,3]=2x;
7d[2,3]=-2y;
8system("PLURAL",1,d); //U(sl_2)
9ideal I=x3,y3,z3-z;
10I=std(I);
11I;
12vdim(I);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.