Functions
- F(S,F) denotes all functions f where f:S→F
- Definitions (f,g∈F(S,F))
- f and g are equal if f(s)=g(s), ∀s∈S
- F(S,F) is a vector space with (f+g)(s)=f(s)+g(s) and (cf)(s)=c[f(s)]
Polynomials
- f(x)=anxn+an−1xn−1+a1x+a0, each ak∈F (degree n)
- If an=an−1=⋯=a0=0 then f is the zero polynomial (degree -1)
- Two polynomials of degree n are equal if all coefficients are equal
- The set of all polynomials of field F and degree n form a vector space Pn(F)
- Let f(x)=anxn+⋯+a1x+a0, g(x)=bmxm+⋯+b1x+b0 where m≤n
- Define bm+1=bm+2=⋯bn=0 (make g degree n by padding with zero coefficients)
- Define
- f(x)+g(x)=(an+bn)xn+(an−1+bn−1)xn−1+⋯+(a1+b1)x+a0+b0
- For any c∈F, cf(x)=canxn+⋯+ca1x+ca0