Compare with this:
we have order pairs of Integers such that:
(a,b)+(c,d) = (ad + bc,bd)
(a,b)x(c,d) = (ac,bd)
(a,b) Is considered same as (c,d) if and only if ad = bc
what does (a,b) represent?
----------------------------------------------
Here's something similar, see if you can figure out what it is:
A "__________" is a sequence of real numbers:
(a[0], a[1], a[2], ... )
such that only finitely many are non zero.
assume P=(a[0], a[1], a[2], ... ) and Q=(b[0], b[1], b[2], ... )
Define the following:
P+Q = (a[0] + b[0], a[1] + b[1], a[2] + b[2],...)
P*Q = (a[0]*b[0] , a[0]*b[1] + a[1]*b[0], a[0] * b[2] + a[1]*b[1] + a[2]*b[0],
a[0]*b[3]+a[2]*b[1]+a[1]*b[2]+a[3]*b[0],...)
Now to test your understanding,
for __________ (a[0], a[1], a[2], ... ), a[0] is called the ___________ _______
and the highest n such that a[n] is not zero is called the _____________ of the _______________ and in such case, a[n] is called the ______________. If a[n] is 1, the ______________ is called a ___________ ____________.