ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Digital sum

The digital sum of a set of numbers is the sum of each set of digits independently. That is it is the same as the normal sum except that no carrying is used.

For example in decimal arithmetic, the digital sum of 123 + 789 is 802.

  • 3+9=12, discard the 10 leaving 2.
  • 2+8=10, discard the 10 leaving 0.
  • 1+7=8, there is no carry to discard.
123
789
---
802

More usually the digital sum is calculated in binary where the result only depends upon whether there are an even or odd number of 1s in each column. This is the same function as parity or multiple exclusive ors.

For example:

011 (3)
100 (4)
101 (5)
---
010 (2) is the digital sum.




Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Digital sum".