source: git/Tst/Manual/rad_con.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc was 4689d0, checked in by Hans Schoenemann <hannes@…>, 3 years ago
rename poly.lib to polylib.lib
  • Property mode set to 100644
File size: 177 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "polylib.lib";
3ring R=0,(x,y,z),dp;
4ideal I=x2+y2,z2;
5poly f=x4+y4;
6rad_con(f,I);
7ideal J=x2+y2,z2,x4+y4;
8poly g=z;
9rad_con(g,I);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.