Basis Of The Polynomial Vector Space
Answer :
A basis for a polynomial vector space is a set of vectors (polynomials in this case) that spans the space, and is linearly independent. Take for example, This spans the set of all polynomials () of the form and one vector in cannot be written as a multiple of the other two. The vector space on the other hand spans the space, but the 4th vector can be written as a multiple of the first and third (not linearly independent), thus it is not a basis.
The simplest possible basis is the monomial basis: .
Recall the definition of a basis. The key property is that some linear combination of basis vectors can represent any vector in the space.
If, instead of thinking of vectors as tuples such as , you think of them as polynomials in and of themselves, then you see that you can make any real-valued polynomial of degree less than or equal to out of the monomial basis listed above.
You don't have to take the monomial basis. For example, you could have as a basis. But you cannot make every possible polynomial of degree out of this basis!
For an example take the vector subspace of of all polynomials with real coefficients of degree at most 3. The elements in there will all look like , where the coefficients can be thought of as coordinates with respect to the set of vectors . You can check that these are linearly independent and span the space, so that you have a 4 dimensional vector space over . The distinct powers of act as independent placeholders with their coefficients being coordinates.
Comments
Post a Comment