Changeset f19d36 in git


Ignore:
Timestamp:
Nov 23, 1999, 1:20:26 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
79d9cc31b2bf768ae2765f9b32cb3a6210d67f1f
Parents:
28613c1d8961d31a5dfce9dff6818dc7928b5a79
Message:
*


git-svn-id: file:///usr/local/Singular/svn/trunk@3884 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/bug_sres.tst

    r28613c rf19d36  
    11LIB "tst.lib";
    2 ring r1 = 31991,(t,x,y,z,w),(c, ls);
     2// sres chokes here
    33option(prot);
     4ring r1 = 31991,(t,x,y,z,w),(c, dp);
    45ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
    56ideal j = std(i);
    6 resolution rs = sres(std(j), 0); rs;
     7resolution rs = sres(j, 0); rs;
     8betti(rs);
     9list(rs);
     10kill r1;
     11
     12ring r1 = 31991,(t,x,y,z,w),(c, ls);
     13ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
     14ideal j = std(i);
     15resolution rs = sres(j, 0); rs;
    716betti(rs);
    817list(rs);
Note: See TracChangeset for help on using the changeset viewer.