Talk:Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
Sudar 4edi (talk | contribs)
No edit summary
Line 28:
Please correct me if I'm wrong, but I think that there should be -4 × 3 instead of -6 × 2. Because 0011 is 3 (and 1101 is -3 in two's complement notation) and 1100 is -4 in two's complement notation. Of course, the product is the same.
[[User:89.248.248.26|89.248.248.26]] 11:20, 5 April 2007 (UTC)
 
:I think there still is an error in the example. The Length of A, S and P do not match the above definition. They have length 9 in the example, which is not equal to 3+4+1.
 
== Improved method that handles multiplication by the minimum negative number ==