Large Number Multiplication
Watch this threadPage 1 of 1
Skip to page:
This discussion is closed.
Camford
Badges:
12
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#1
Does anyone know any place on the internet where I can find a program to do multiplication for me? I need something that can deal with numbers that have more than 40 digits.
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
0
theone
Badges:
0
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#2
Angel Lory
Badges:
0
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#3
Report
#3
(Original post by Camford)
Does anyone know any place on the internet where I can find a program to do multiplication for me? I need something that can deal with numbers that have more than 40 digits.
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
Does anyone know any place on the internet where I can find a program to do multiplication for me? I need something that can deal with numbers that have more than 40 digits.
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
0
Camford
Badges:
12
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#4
(Original post by theone)
You could download matlab or maple or something...
You could download matlab or maple or something...
Any Ideas?
(Original post by Angel Lory)
Dude! I hope you don't do that for fun!!
Dude! I hope you don't do that for fun!!
0
Rich
Badges:
2
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#5
Report
#5
(Original post by Camford)
Does anyone know any place on the internet where I can find a program to do multiplication for me? I need something that can deal with numbers that have more than 40 digits.
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
Does anyone know any place on the internet where I can find a program to do multiplication for me? I need something that can deal with numbers that have more than 40 digits.
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
256028049448433401323739922204255255110212856688351728855362261630987506443964900
Arbitrary precision integer multiplication is not difficult to write in a programming language such as C(++) or (God forbid, something like Visual Basic), just think about how you'd do long multiplication as a human and replicate it in a programming language.
If you don't have the necessary prerequisite programming skills, you have a few options, either acquire software such as Mathematica, Matlab or Maple (or there may be freeware software available for arbitrary precision arithmetic, I don't know). The Windows XP PowerToys calculator supports precision up to 512 bits which allows for numbers much longer than you have above. It's available from MS' site. Alternatively, I believe Java includes an arbitrary precision arithmetic package, if you have the Java skills to use it.
EDIT: It appears your calculation was in fact right, sorry.
I hope this helps,
0
NickNack
Badges:
1
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#6
Report
#6
why dont you do it by the power of the mind? shouldn't be too difficult especially with such small numbers! lol y do u need to know anyway?
0
Oli
Badges:
0
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#7
Report
#7
Had to make a 60 digit calculator in computing last year...
PM me if u want it, ive got it lying about somewhere.
PM me if u want it, ive got it lying about somewhere.
0
Camford
Badges:
12
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#8
Thanks for the reply. I guess that means I have something here can deal with numbers which give products of 2*1024^3 digits. That's one hell of a number...
Next stop. Square rooting large numbers.
P.S. Program written in Delphi (Pascal).
Never did such thing in computing...had to do something to differentiate polynomials though...
Next stop. Square rooting large numbers.
P.S. Program written in Delphi (Pascal).
Had to make a 60 digit calculator in computing last year...
0
elpaw
Badges:
15
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#9
Report
#9
i had to deal with large numbers while writing a combination of the enigma and RSA ciphers. i used an implementation in C++ called CLongInt<n>, where n is the number of bits. I had the source code somewhere, but I can't find it...
0
rzarector
Badges:
0
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#10
cobra
Badges:
14
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#11
Report
#11
Things like this are fun in mathematica, its just fun to do like 30000! just cos you can and end up with a number about 20 A4 pages long on size 12 font. Plotting 3d cylindrical spiarals using parametric coordinates is also fun, (sad i hear you call)
0
paragk
Badges:
0
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#12
Report
#12
(Original post by Camford)
Does anyone know any place on the internet where I can find a program to do multiplication for me? I need something that can deal with numbers that have more than 40 digits.
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
Does anyone know any place on the internet where I can find a program to do multiplication for me? I need something that can deal with numbers that have more than 40 digits.
P.S. If you are really bored, can you help me to check that if
99988855898465431321564687561321321396325
*
2560565846542132165468798798454654362132
=
256028049448433401323739922204255255110212856688351728855362261630987506443964900
0
musicbloke
Badges:
15
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#13
X
Page 1 of 1
Skip to page:
new posts
Back
to top
to top