![]() |
|
|
#23 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Quote:
Frankly, the things you say seem to indicate you know very little about how computers actually work, and your talk about "endomorphisms" is equally meaningless from a mathematical perspective. You have no idea what you're doing, which is why you got such a snarky response to your initial post. |
|
|
|
|
|
|
#24 | |
|
Jun 2017
13 Posts |
Quote:
But what is the problem with f: [Z][/2] -> [Z][/2]. Well, I have been using homomorphisms(under * or +) on binary numbers. What is the problem with math? It is clear and very simple, is it not? Besides, this is an Algebra thread. Last fiddled with by manasi on 2017-06-29 at 19:45 |
|
|
|
|
|
|
#25 | |
|
Aug 2006
3×1,993 Posts |
Quote:
|
|
|
|
|
|
|
#26 | |
|
Aug 2006
3×1,993 Posts |
Quote:
First are architectural limitations. I'm not sure what it is for GMP but for example in PARI/GP you can have t_REAL numbers up to almost 2^2^29 on 32-bit systems and 2^2^61 on 64-bit systems. Next there are memory limitations. If you want to store 2^10^15 directly you need 10^15 bits of memory. On 64-bit systems this is more likely to cause trouble than architectural limitations. Finally there are practical limitations imposed by the algorithms used. If you want to factor the numbers, it doesn't matter if you could store billions of digits because you won't live long enough for a current computer running current software to factor such a beast. |
|
|
|
|
|
|
#27 |
|
Banned
"Luigi"
Aug 2002
Team Italia
32×5×107 Posts |
If the OP refers to Frobenius endomorphism of GF(N^2), this method is not deterministic. This was established by Grantham.
They are nothing more than PRP tests. And, owing to the work of Pomerance and Kim, they are not even as useful as a MR test. For the latter we have good estimates of the probability that the result of a test is in error. However, the Pomerance/Kim analysis will not work for your tests. Last fiddled with by ET_ on 2017-06-29 at 20:57 |
|
|
|
|
|
#28 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
@OP:
1. Click on "Start" button 2. Click on "All programs" 3. Click on "Accessories" 4. Click on "Calculator" 5. Click on "View" and select "Programmer" 6. Click on "Bin" radio button. 7. Voila! Enjoy! For how you talk, you seem not to be needing more... The only problem is that you may need to launch the magnifier program too (also in accessories) because as the binary number grows bigger, the digits become smaller, due to the limited space and non-sizeable window.. A real magnifier glass may do wonders... It can also be from plastic, it doesn't matter. ![]() Edit: tip: you can modify the numbers directly clicking on the powers of two on the gray area, you do not need to input all numbers bit by bit...
Last fiddled with by LaurV on 2017-06-30 at 15:53 |
|
|
|