source: git/Tst/Old/m1st.tst @ e706ff

fieker-DuValspielwiese
Last change on this file since e706ff was 97d5bb, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* cleaned up tst stuff git-svn-id: file:///usr/local/Singular/svn/trunk@3893 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 121 bytes
RevLine 
[b35b93]1  ring r;
2  ideal i=x2+y3,y3+z4,y5+z2;
3  std(i);
4  ideal k=_;
5  k;
6  ideal kk=_+_*x;
7  kk;
[46976a6]8LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.