source: git/Tst/Short/bug_10.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 25ea20d, checked in by Hans Schönemann <hannes@…>, 25 years ago
*hannes: fixed NULL reference if minpoly is reducible git-svn-id: file:///usr/local/Singular/svn/trunk@3007 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 160 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring s=(0,m),(x,y,z,a,b,c),(dp(3),wp(4,6,14));
5minpoly= m^7-1;
6poly sq=m+m^4+m^2-m^6-m^3-m^5;
7poly A=(m^5-m^2)/sq;
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.