I don't understand how Pn (the set of polynomials whose degree is equal to or below n, and n >= 0) can be a vector space, because it doesn't seem to be closed under multiplication. For example, if I take P2, and I have this basis {1,x,x2}, and I create this linear combination of them:
1 + x + x2,
and then I multiply it by x, then it will become:
1x + x2 + x3
which is in P3, not P2. I am having trouble understanding this.
1 + x + x2,
and then I multiply it by x, then it will become:
1x + x2 + x3
which is in P3, not P2. I am having trouble understanding this.