source: git/Tst/Short/bug_38.tst @ 57de80

spielwiese
Last change on this file since 57de80 was 57de80, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: bug 37,38, doc/Makefile: DOC2TEX_EXAMPLE_EXCLUSIONS git-svn-id: file:///usr/local/Singular/svn/trunk@8429 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 307 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring R = (0, a), (u,v,w), dp; minpoly = a^2 + 4/27;
4poly p =
5u^4+3*u^3*v+25/4*u^2*v^2+6*u*v^3+4*v^4+2*u^3*w+8*u^2*v*w+23/2*u*v^2*w+10*v^3*w+u
6^2*w^2+5*u*v*w^2+25/4*v^2*w^2-1/3*u^2+1/3*u*v+1/3*u*w+1/3*v*w+3/4*w^2+1/9;
7list L=factorize(p);
8L;
9L[1][2]*L[1][3]-p;
10//
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.