source: git/Tst/Short/bug_633.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was d6d936, checked in by Jakob Kröker <kroeker@…>, 10 years ago
fix basering change in algebra::is_injective
  • Property mode set to 100644
File size: 217 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4option(warn);
5
6LIB("algebra.lib");
7int p = printlevel;
8ring r = 0,(a,b,c),ds;
9ring s = 0,(x,y,z,u,v,w),dp;
10ideal I = x-w,u2w+1,yz-v;
11map phi = r,I;
12is_injective(phi,r);
13
14
15tst_status(1); $
16
Note: See TracBrowser for help on using the repository browser.