source: git/Tst/Long/bug_4.tst @ 887634

spielwiese
Last change on this file since 887634 was 10f027, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* moved to Long from Short git-svn-id: file:///usr/local/Singular/svn/trunk@2593 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 173 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "finvar.lib";
5ring R=7,(x,y),dp;
6matrix A[2][2]=0,1,-1,0;
7matrix B[2][2]=1,1,0,1;
8list T=invariant_ring(A,B,intvec(1,0,1));
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.