The Number Systems - Cite - 1
The Number Systems - Cite - 1
1
Number system
• NUMBER SYSTEM. It is a language system
consisting of an ordered set of symbols called
DIGITS with defined rules for different mathematical
operations. • RADIX or BASE of a number
system specifies the actual number
of digits included in its order.
• NUMBER. It is a collection of digits
included in its ordered set.
2
Number REPRESENTATIONS
• In general, given a number in a form of
(I. F)r
can be represented in two forms.
where
I is the Integer part or Whole Part
F is the Fractional Part
. is the Radix Point
r is the Radix
3
Number REPRESENTATIONS
• POLYNOMIAL NOTATION
– The number is expressed as the sum of powers of r
multiplied by their corresponding coefficients, a.
where
n-1 aj is the coefficient of powers of r
N= ar
j = -m
j
j
rj is the weight of the jth digit which
is equivalent to the radix raised to j
n is the number of integer digits
m is the number of fractional digits
4
Number REPRESENTATIONS
• Example
n-1
For N = (12345.6789)10
N= ar
j = -m
j
j
n = 5, that is from 0 to 4
m = 4, that is from -1 to -4
Thus, N can also be written as:
(9x10-4)+ (8x10-3) + (7x10-2) + (6x10-1) + (5x100) +(4x101) +
(3x102) + (2x103) + (1x104)
5
Number REPRESENTATIONS
• JUXTAPOSITIONAL NOTATION
– The number is expressed as coefficients of power
of r are presented. It is done by placing the
number side by side.
an-1…a2 a1 a0 . a-1 a-2…a-m
Example:
7
Number REPRESENTATIONS
• However, the convention is to write only the
coefficients and from their position deduce the
necessary powers of 10.
8
Number REPRESENTATIONS
• The aj coefficients are one of the ten digits (0, 1, 2, 3, 4,
5, 6, 7, 8, 9) and the subscript value j gives the place
value and, hence, the power of 10 by which the
coefficients must be multiplied.
(a5 x 105) + (a4 x 104) + (a3 x 103) + (a2 x 102) + (a1 x 101)
+ (a0 x 100) + (a-1 x 10-1) + (a-2 x 10-2) + (a-3 x 10-3)
9
Number REPRESENTATIONS
• The method of representing decimal numbers is known
as the Decimal Number System.
11