![]() |
|
|
#1 |
|
Jul 2011
22 Posts |
Are there algorithms that look for special factorizations ?
Example : if n divides m^4 + 4*b^4 then n divides (m^3 - 2*(b^2)*m - 4*b^3) * (m^3 - 2*(b^2)*m + 4*b^3) yafu doesn't recognize this factorization (e.g. with m = 3^57 , b = 1) : factor (3^228+4) takes much longer then factor (gcd(3^228+4,3^(3*57)-2*3^57-4)) and factor (gcd(3^228+4,3^(3*57)-2*3^57+4)) |
|
|
|
|
|
#2 |
|
"Ben"
Feb 2007
3·1,171 Posts |
You're right - yafu doesn't search for algebraic factors. Look into tools like pari/gp or mathematica.
|
|
|
|
|
|
#3 |
|
Dec 2008
179 Posts |
|
|
|
|
|
|
#4 |
|
Jul 2011
22 Posts |
But how do I find for given n "simple" polynomials p and q (if they exist), such that n = p(m) * q(m) ?
|
|
|
|
|
|
#5 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72·131 Posts |
In general, you can't. You do a load of factorisation of polynomials of simple form (as a product of polynomials), and sometimes you get lucky and find patterns like
x^4+64 = (x^2-4x+8) (x^2+4x+8) |
|
|
|
|
|
#6 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
the zx part would cancel out on multiplication. |
|
|
|
|
|
|
#7 |
|
"William"
May 2003
New Haven
2·7·132 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Aurifeuillian Factorizations | Raman | Cunningham Tables | 39 | 2020-08-28 14:34 |
| Schinzel's Aurifeuillian style factorizations? | wblipp | Math | 2 | 2010-08-15 20:33 |
| Why do these P+1 factorizations work? | Mr. P-1 | GMP-ECM | 5 | 2009-10-11 12:44 |
| Prime k-value density rating and factorizations | gd_barnes | No Prime Left Behind | 25 | 2009-07-30 12:06 |
| lower bounds on incomplete factorizations | J.F. | Factoring | 3 | 2008-06-14 18:58 |