![]() |
|
|
| |
|
||||
Toom-Cook or Toom-3 is a method of multiplying two integers. Each integer's digits are divided into three equal length numbers, w digits wide.
for example: a=37865512 will be divided to 037,865,512. w=3. a=A1102w+A210w+A3 The result will be: c=ab=C1104w+C2103w+C3102w+C410w+C5 which can be represented as c=(C1,C2,C3,C4,C5) while: C1=A1B1
External links
|
|
|
|
|
|
|
|
Copyright 2008 WordIQ.com - Privacy Policy
::
Terms of Use
:: Contact Us
:: About Us This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Toom3". |