source: git/Tst/Short/bug_liftstd4.tst @ ff4cbac

spielwiese
Last change on this file since ff4cbac was ff4cbac, checked in by Hans Schoenemann <hannes@…>, 3 years ago
fix: return type of liftstd with 4 args
  • Property mode set to 100644
File size: 264 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// return type of liftsd with 4 args
5
6ring R = 0,(x,y),lp;
7matrix A[2][2] = x,0,0,y;
8matrix T;
9module S;
10typeof(liftstd(module(A),T,S,"std"));
11print(liftstd(module(A),T,S,"std"));
12typeof(liftstd(ideal(x,y),T,S,"std"));
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.