Polynomial Vector Spaces
📂Linear AlgebraPolynomial Vector Spaces
Definition
Polynomial
A polynomial with coefficients from a field F is defined for a non-negative integer n as the following form.
f(x)=anxn+an−1xn−1+⋯+a1x+a0
Here, each ak∈F is called the coefficient of xk. If an=an−1=⋯=a0=0, then f(x) is called a zero polynomial.
The degree of a polynomial is the largest power of x with a coefficient 0 not equal to zero in the form of (1). For a non-zero constant c, the degree of f(x)=c is 0, and the degree of the zero polynomial is defined as −1 for convenience.
Polynomial Vector Space
Let f,g be a polynomial with coefficients from F.
f(x)=anxn+an−1xn−1+⋯+a1x+a0
g(x)=bmxm+bm−1xm−1+⋯+b1x+b0
Without loss of generality, assume that m≤n and define bm+1=bm+2=⋯=bn=0. Then g(x) can be written as follows.
g(x)=bnxn+bn−1xn−1+⋯+b1x+b0
Now, let’s define the sum of two polynomials f(x) and g(x) as follows.
f(x)+g(x)=(an+bn)xn+(an−1+bn−1)xn−1+⋯(a1+b1)x+(a0+b0)
For c∈F, define scalar multiplication as follows.
cf(x)=canxn+can−1xn−1+⋯+ca1x+ca0
Then, with respect to this addition and scalar multiplication, the set of all polynomials with coefficients from F becomes a F-vector space, denoted by P(F).
Description
The set of all polynomials with degree less than or equal to n is denoted by Pn(F). P(F) includes all polynomials of any degree, whereas Pn(F) includes all polynomials of degree less than or equal to n. Note that both are infinite sets and both are sets of polynomials (not sets of infinite series).
P(F)={anxn+⋯+a1x+a0:n∈N,ai∈F}
Pn(F)={akxk+⋯+a1x+a0:1≤k≤n,ai∈F}
Moreover, while P(F) includes polynomials of all degrees and is thus infinite-dimensional, Pn(F) is of n dimensions.