...

/

Multiplication With Signed Numbers

Multiplication With Signed Numbers

Learn how to perform multiplication with two's complement numbers.

We'll cover the following...

Multiplication technique

To multiply two’s complement numbers we employ the same technique we used in the lesson Multiplication in Binary, with some minor changes.

Before carrying out the multiplication, we sign-extend the number to twice as many bits. This simply means that we add nn ...