Changeset 237da4 in git for Tst/Short/normal.tst


Ignore:
Timestamp:
May 25, 1998, 11:22:44 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e665360cc0f5bbf82c5fcd91a148a64fba184dd1
Parents:
2ff9767d5dd0ab1c724b180a777abe834e50280e
Message:
* cosmetic changes


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

Legend:

Unmodified
Added
Removed
  • Tst/Short/normal.tst

    r2ff9767 r237da4  
    6262
    6363kill r,r1;
     64
    6465$
     66// This is the example Theo 3 which is still broken due to the broken
     67// minor command
     68ring r=32003,(x,y,z),wp(3,5,15);
     69ideal i=z*(y3-x5)+x10;
     70list pr=normal(i);
     71pr;
     72def r1=pr[1];
     73setring r1;
     74KK;
     75kill r, r1;
Note: See TracChangeset for help on using the changeset viewer.