![]() |
![]() |
#1 |
Nov 2003
746010 Posts |
![]()
I derived (by hand) the following polynomial for N = 2,1526L/2,218L =
2^654 + 2^600 + 2^545 - 2^436 - 2^382 - 2^327 - 2^273 - 2^218 - 2^109 + 2^55 + 1 The polynomial is: f(x) = x^6 + 2x^5 - 10x^4 - 20x^3 + 16x^2 - 48x + 72 with root 2^55 + 2^-54. This polynomial sends (2z + 1/z) to (64z^12 + 64z^11 + 32z^10 - 16z^8 -16z^7 - 8z^6 - 8z^5 - 4z^4 + 2z^2 + 2z + 1)/z^6 The 12'th degree polynomial is equal to 2,1526L/2,218L with z = 2^54 (or should be if I did the arithmetic correctly) Would someone with access to Maple/Mathematica please check this? It was tedious to do by hand. i.e. please verify that f(2z + 1/z) equals the 12th degree polynomial divided by z^6. |
![]() |
![]() |
![]() |
#2 | |
"Robert Gerbicz"
Oct 2005
Hungary
5·172 Posts |
![]() Quote:
(22:20) gp > f(x)=x^6+2*x^5-10*x^4-20*x^3+16*x^2-48*x+72 (22:20) gp > substpol(f(x),x,2*z+1/z) %7 = (64*z^12 + 64*z^11 + 32*z^10 - 16*z^8 - 176*z^7 + 56*z^6 - 8*z^5 - 4*z^4 + 2*z^2 + 2*z + 1)/z^6 (22:20) gp > So there are errors in your polynom. Last fiddled with by R. Gerbicz on 2006-06-05 at 20:27 |
|
![]() |
![]() |
![]() |
#3 |
"Robert Gerbicz"
Oct 2005
Hungary
5×172 Posts |
![]()
There was also an error in N:
N=2,1526L/2,218L=2^654+2^600+2^545-2^436-2^382-2^327-2^273-2^218+2^109+2^55+1 I think the correct polynom ( I've found this by hand ) is the following: (checking this by Pari-Gp ): (23:15) gp > f(x)=x^6+2*x^5-10*x^4-20*x^3+16*x^2+32*x+8 (23:15) gp > g(z)=substpol(f(x),x,2*z+1/z) %4 = (64*z^12 + 64*z^11 + 32*z^10 - 16*z^8 - 16*z^7 - 8*z^6 - 8*z^5 - 4*z^4 + 2*z^2 + 2*z + 1)/z^6 (23:15) gp > Further checking to see that g(z) has a root of 2^54 modulo N: (23:28) gp > lift(g(Mod(2^54,N))) %13 = 0 (23:28) gp > Last fiddled with by R. Gerbicz on 2006-06-05 at 21:30 |
![]() |
![]() |
![]() |
#4 | |
Nov 2003
22·5·373 Posts |
![]() Quote:
well Thanks. |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Antipodean arithmetic | ewmayer | Science & Technology | 34 | 2015-10-03 01:31 |
Some arithmetic... | science_man_88 | science_man_88 | 11 | 2014-07-30 22:53 |
First check and double check llrnet servers. | opyrt | Prime Sierpinski Project | 3 | 2009-01-02 01:50 |
Double-check check? | M0CZY | Software | 15 | 2008-10-30 14:20 |
Simple Arithmetic! | mfgoode | Puzzles | 82 | 2007-05-02 08:13 |