For simplicity, consider a vehicle with an old-style mechanical odometer, and a separate trip odometer with four digits, the lowest digit representing tenths of miles. Reset the trip odometer so that it reads all zeroes, and drive a tenth of a mile backwards. The odometer should now read . Let's ignore the decimal point, and work in distance units of a tenth of a mile. Then the trip meter reads units. What it should read is unit, or some equivalent to that.
It should be clear that the trip meter, if unreset, cycles after every units of travel. It could measure the actual distance since it was last reset, or it could be any multiple of units out. Anyway, if the thousands digit reads , but the meter is too high by units, then to correct the problem, we can simply remove thousand from thousand. This gives thousand, or thousand---i.e. the thousand digit might say but it will be better for us to read it as .
We can put this in wiggle, and calculate
Put another way, provided we read the high order digit in suitable way, as string of nines, or else a followed by a string of nines, can be reasonable way to express .
This particular notation for negatives is called tens complement. In tens complement, as for the odometer driven in reverse :
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment