mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2007-03-13, 16:20   #56
m_f_h
 
m_f_h's Avatar
 
Feb 2007

6608 Posts
Default

Quote:
Originally Posted by cheesehead View Post
Near the bottom of page http://www.mersenne.org/status.htm, (...) The link points to file decomp.zip, which contains decomp.exe for decompressing the FACTORS and NOFACTOR files, and a "readme" so short I'll reproduce it here
Thanks cheesehead for putting the readme here since the "unix users" link points to a nonexistent page, where one cannot find anything about 'pkuz251' (and thus even less the readme) ; of course anybody can read ZIP files but the unzipped version is not yet very understandable ; also searching this forum for "format factors.zip" or so does not gine any result.
I never looked at that question, isn't it possible to provide a little script to extract human readable data from the .CMP files ? (the advantage of a script w.r.t. to a cryptic EXE being that enyone can understand the format and program it's own script.)
PS: even google gives for "format of factors.cmp" ony 3 pages, 2 of which are irrelevant. so some info about the format would be quite useful for "the world outside".
m_f_h is offline   Reply With Quote
Old 2007-03-13, 20:46   #57
m_f_h
 
m_f_h's Avatar
 
Feb 2007

24×33 Posts
Default

It's not really a reading problem, but (rather an allergy against M$-DOG)... I now noticed that DECOMP.ZIP also has DECOMP.C in it which is not a C++ but a C program so unix users can do
gcc -xc -lm DECOMP.C ; ln -s FACTORS.CMP factors.cmp ; ./a.out -k [ A B ]
to create a file "factors" with the factors for exponents in between A and B.
I'll see if one can simplify this to a minimalistic script running in acceptable time (I notice the sieving process) to just display factors...
It's really wierd... even knowing the advantages of the KISS principle... it's full of stuff like
if (DECOMPRESS_FACTORS) {
start_sieve (3, 79300000);
decompress_factors ("factors.cmp");
end_sieve ();
}
if (DECOMPRESS_NOFACTORS) {
start_sieve (3, 79300000);
decompress_nofactors ("nofactor.cmp");
end_sieve ();
}
and no possibility of choosing the input file name...
m_f_h is offline   Reply With Quote
Old 2007-03-14, 17:43   #58
cochet
 
cochet's Avatar
 
Feb 2007
France

47 Posts
Default remerciements

Thank you, Cheesehead, for your friendly and understanding explanations.
In French now :
Les exposants que j'ai proposé jusqu'ici sont tous faux, parce que j'ai le plus grand mal à interpréter la grille de lecture de la décomposition des nombres de Mersenne que j'ai devant les yeux. Je sais que cette grille est unique et qu'elle conduit à la solution de M45, comme d'ailleurs à celle des suivants. Pour lire ma grille, il y a des règles bien précises et je les identifie progressivement.
Je compte encore faire une ou deux tentatives de propositions, et si j'échoue, je livrerai sur le mersenneforum ma solution.

Thank you again
Alain
cochet is offline   Reply With Quote
Old 2007-03-14, 21:19   #59
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

2·3·281 Posts
Default

In English (?) quick and dirty : "The exponents I have tested so far are all wrong, because I have a lot of difficutlies interpreting the reading grid of Mersenne numbers decomposition I have before my eyes. I know this grid is unique and that it leads to the solution of M45 and following numbers. There are well defined rules to read the grid and I identify them progressively. I intend to propose one or two more tentative candidates and if I do not succeed I will reveal my solution on the forum."
S485122 is online now   Reply With Quote
Old 2007-03-19, 23:35   #60
brunoparga
 
brunoparga's Avatar
 
Feb 2006
Brasília, Brazil

D516 Posts
Default

m f h, thanks for your advice; people say "love hurts", and that's certainly true for my love for languages.

I'm asking this here so that at least anyone can learn anything useful in this thread

I thought of that word, "unzeitgemäss(ig)", as being a good translation for pt "extemporâneo", 'that which comes out of its appropriate time". How would you say that in German?

Bruno
brunoparga is offline   Reply With Quote
Old 2007-03-20, 18:33   #61
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

2D7716 Posts
Default

Quote:
Originally Posted by brunoparga View Post
I thought of that word, "unzeitgemäss(ig)", as being a good translation for pt "extemporâneo", 'that which comes out of its appropriate time". How would you say that in German?
Hi, Bruno:

Assuming that the Portuguese extemporâneo has the same meaning as the English extemporaneous, i.e. "impromptu," "spur of the moment" or "off the cuff", a better german translation might be "improvisiert," "unvorbereitet" or (in the noun form) "Stegreif," as in "er hielt eine kurze Rede aus dem Stegreif." ("He gave a short off-the-cuff talk.")
ewmayer is offline   Reply With Quote
Old 2007-03-21, 04:34   #62
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

170148 Posts
Default

Quote:
Originally Posted by brunoparga View Post
that which comes out of its appropriate time
Quote:
Originally Posted by ewmayer View Post
the English extemporaneous, i.e. "impromptu," "spur of the moment" or "off the cuff"
... rather than anachronistic, "chronologically out of place"?

But I admit the spelling is more compelling than a pun.

Last fiddled with by cheesehead on 2007-03-21 at 04:39
cheesehead is offline   Reply With Quote
Old 2007-03-21, 20:54   #63
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

10010110011112 Posts
Default

Quote:
Originally Posted by cheesehead View Post
... rather than anachronistic, "chronologically out of place"?

But I admit the spelling is more compelling than a pun.
Does the word "ucronic" exist in English?

Luigi
ET_ is offline   Reply With Quote
Old 2007-03-22, 22:32   #64
cochet
 
cochet's Avatar
 
Feb 2007
France

2F16 Posts
Default again five candidates

Very interressant, this linguistic thread !
I am happy to note that the biginning of the exchanges was about some words of the French langage. But it's normal : Mersenne and Lucas was French. Fermat so !
Well. Now, I propose again five numbers for the exponant of M45. They are in best correspondance whit my decomposition's grid of mersenne numbers :
39913373
39913409
39913421
39913451
39913453

Thanks for your appreciations
Alain
cochet is offline   Reply With Quote
Old 2007-03-22, 22:41   #65
akruppa
 
akruppa's Avatar
 
"Nancy"
Aug 2002
Alexandria

9A316 Posts
Default

You did not make the slightest effort to check your guesses against the known data, did you?

Alex
akruppa is offline   Reply With Quote
Old 2007-03-22, 22:48   #66
cochet
 
cochet's Avatar
 
Feb 2007
France

47 Posts
Default

I have'nt found datas on my numbers. But, in spite of your indications, I do not always know how to verify them.
I suppose, with your answer, akruppa, that they are all false ?
Alain
cochet is offline   Reply With Quote
Reply



All times are UTC. The time now is 09:59.


Sat Jul 17 09:59:58 UTC 2021 up 50 days, 7:47, 1 user, load averages: 1.02, 1.19, 1.22

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.