The representation of numbers that we use is called the radix or positional representation. To create such a representation, we choose a radix sometimes called the base of the representation, say, r. We select r symbols that have the values of 0 through r–1. Numbers are then represented by a sequence of these symbols.

Go to Top