Changeset 040073 in git for Tst


Ignore:
Timestamp:
Apr 29, 1998, 9:45:34 AM (26 years ago)
Author:
Thomas Siebert <siebert@…>
Branches:
(u'spielwiese', '379ec2d037299db64c43fe3550b5ba8fe508dbe5')
Children:
29f16a612da26ff6720e4cf91b3848e2d8699212
Parents:
0f55108c989c17b3a9f07820dbb1cd95d7a27459
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@1535 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Tst/Old
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Tst/Old/mre.tst

    r0f5510 r040073  
    99ideal i=x2,y2,z2;
    1010i;
    11 mres(i,0);
     11list(mres(i,0));
    1212"--------------------------";
    1313module m=[x2,0],[0,y4];
    1414m;
    15 mres(m,0);
     15list(mres(m,0));
    1616"-------------------------------";
    1717ring r2=31991,(t,x,y,z,w),ls;
    1818ideal j=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
    1919j;
    20 mres(j,0);
     20list(mres(j,0));
    2121"-------------------------";
    2222listvar(all);
  • Tst/Old/sre.tst

    r0f5510 r040073  
    1111ideal i1=std(i);
    1212i1;
    13 sres(i1,4,T);
    14 sres(i1,4);
     13list(sres(i1,4,T));
     14list(sres(i1,4));
    1515"------------------------";
    1616module m=[x2y,0],[1,x2z3];
     
    1818module m1=std(m);
    1919m1;
    20 sres(m1,0,M);
    21 sres(m1,0);
     20list(sres(m1,0,M));
     21list(sres(m1,0));
    2222"-----------------------";
    2323listvar(all);
Note: See TracChangeset for help on using the changeset viewer.