Lets take a 2 bit magnitude system so total 3 bits.
Then we can represent.
000(+ and -0)
001(+1)
010(+2)
011(+3)
111(-1)
110(-2
101(-3)
So should not it be from +3 to -3 i.e. 2^N-1 to -(2^N-1)?
Also provide me references that I would appreciate very much.
Then we can represent.
000(+ and -0)
001(+1)
010(+2)
011(+3)
111(-1)
110(-2
101(-3)
So should not it be from +3 to -3 i.e. 2^N-1 to -(2^N-1)?
Also provide me references that I would appreciate very much.