![]() |
|
|
#23 |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
23·53 Posts |
Wow, you got that symbol in there, cool. So how is '≡' different than '=' or are they not? Ah, I see hints in your answer there, like maybe the part trailing the y applies to both sides of the ≡ even though it's only written once.
Last fiddled with by Aramis Wyler on 2013-04-17 at 19:42 |
|
|
|
|
|
#24 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
10110111111102 Posts |
≡ is used over = when used in the context of congruence or equivalence relations. Strictly speaking you could say the values are not necessarily equal but are congruent whenever ≡ is used. It is silly maths notation that non-mathsy people can probably treat as equals.
|
|
|
|
|
|
#25 | |
|
Nov 2003
22·5·373 Posts |
Quote:
NOT mean that x and y have the same remainder. Instead it will simply mean that (x-y) is divisible by N and NOTHING MORE. |
|
|
|
|
|
|
#26 | |
|
Nov 2003
22×5×373 Posts |
Quote:
a^(p-1) - 1 is an (unknown) multiple of p. |
|
|
|
|
|
|
#27 |
|
Bamboozled!
"𒉺𒌌𒇷𒆷𒀭"
May 2003
Down not across
22·5·72·11 Posts |
True. I was attempting to deduce the context from the style and location of the post.
|
|
|
|
|
|
#28 |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
23×53 Posts |
EDIT: Deleted. This comment was just a lot of me talking too much.
Last fiddled with by Aramis Wyler on 2013-04-19 at 14:20 Reason: Not important! |
|
|
|
|
|
#29 | |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
1A816 Posts |
Quote:
Wow, maybe I have taken your comments in the wrong light. I apologise for wasting your time. |
|
|
|
|
|
|
#30 |
|
Nov 2003
11101001001002 Posts |
|
|
|
|
|
|
#31 |
|
Bamboozled!
"𒉺𒌌𒇷𒆷𒀭"
May 2003
Down not across
22×5×72×11 Posts |
Not so..
You may not be able to parallelize the exponentiation chain but you can certainly parallelize the arithmetic primitives of addition, subtraction and multiplication within any one step in the chain. See the gpu implementation of ECM by Cyril Bouvier et al. for one way of doing it; that of Lenstra et al. for a PS2 for another; read up on Montgomery reduction within the RNS for yet another. Paul |
|
|
|
|
|
#32 | |
|
Nov 2003
22×5×373 Posts |
Quote:
Parallel Polynomial Arithmetic Over Finite Rings. (J. Parallel & Distr. Comp.) I am well aware that it can be done. Schonhage-Strassen can also be done in parallel. But communication costs (especially latency) among multiple GPU's makes the speed-up that is gained succinctly sub-linear. The best way to run P-1 in parallel is to give separate instances to each GPU. |
|
|
|
|
|
|
#33 | |
|
Bamboozled!
"𒉺𒌌𒇷𒆷𒀭"
May 2003
Down not across
101010000111002 Posts |
Quote:
The term "best" implies optimization of a value function. While the speed-up may be sub-linear, a parallel arithmetic implementation may well be a good idea if it reduces latency to an acceptable level. Lenstra's group found this when they estimated that a GPU implementation of their PS2 ECM code would have at least an order of magnitude more throughput at the cost of several hundred times the latency. Being able to run tens of thousands of curves in parallel is attractive until you realise that it will take a year before any of them complete. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need some math help. | swl551 | Math | 2 | 2014-02-20 16:33 |
| Math | ET_ | Operazione Doppi Mersennes | 4 | 2012-09-20 19:33 |
| Math | JohnFullspeed | Forum Feedback | 1 | 2011-07-11 16:42 |
| math help pls! | DSC | Miscellaneous Math | 2 | 2005-09-11 04:53 |
| help with math | DSC | Homework Help | 13 | 2005-08-31 07:16 |