Could someone please explain how to do this? It's not homework.
Could someone please explain to me how to do this?
Show that if N is chosen to be equal to 2^(m-1) where m is the number of bits
in the representation, then an Excess N representation will be the same as a 2's
Complement representation but with the sign bit inverted. Hint - transform the
summation formula for Excess-N numbers to the summation formula for 2's Comp
numbers.
First of all, how do I transform the summation formula for excess-N numbers to the formula for 2's Complement numbers? Secondly, how exactly am I supposed to prove that?