source: git/Tst/Wester/F.tst @ 2e49a5

spielwiese
Last change on this file since 2e49a5 was 2e49a5, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* initial commit git-svn-id: file:///usr/local/Singular/svn/trunk@5001 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 259 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3
4ring R = 0, (x, y), lp;
5poly g;
6poly p = (x^2 - 3*x*y + y^2)^4*(3*x - 7*y + 2)^5;
7poly q = (x^2 - 3*x*y + y^2)^3*(3*x - 7*y - 2)^6;
8
9tst_InitTimer();
10
11g = gcd(p, q);
12
13tst_ReportTimer("F");
14
15factorize(g);
16kill R;
17
18tst_status(1); $
Note: See TracBrowser for help on using the repository browser.