jengelh-datetimespielwiese
Last change
on this file since 09cb443 was
09cb443,
checked in by Martin Lee <martinlee84@…>, 12 years ago
|
added short test for factorization
git-svn-id: file:///usr/local/Singular/svn/trunk@14096 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100755
|
File size:
206 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | ring r= 31991,(z,w),dp; |
---|
5 | poly f= 10582*w^3*z^4+21325*z^4+29620*w^4*z^3+23697*w*z^3+12439*w^6*z^2+3572*w^3*z^2+5463*z^2+16590*w*z+24885*w^3+31963; |
---|
6 | |
---|
7 | factorize (f); |
---|
8 | |
---|
9 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.