Karatsuba algorithm: Difference between revisions

Content deleted Content added
Example: product was wrong.. changed 706652 to 7006652
Example: Delink 10
Line 33:
 
==Example==
Say we want to compute the product of 1234 and 5678. We choose ''B'' = [[decimal|10]] and ''m'' = 2. We have
 
:12 34 = 12 &sdot; 10<sup>2</sup> + 34