Linear algebra: Finding a basis for a space of polynomials

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
gruba
Messages
203
Reaction score
1

Homework Statement


Let
a39c3e275c2591d05b49e54e3284b4ea.png
and
1179c4f0625914c5a491a155d5528415.png
are two basis of subspaces
d20caec3b48a1eef164cb4ca81ba2587.png
and [PLAIN]http://www.sosmath.com/CBB/latexrender/pictures/69691c7bdcc3ce6d5d8a1361f22d04ac.png. Find one basis of http://www.sosmath.com/CBB/latexrender/pictures/38d4e8e4669e784ae19bf38762e06045.png and [PLAIN]http://www.sosmath.com/CBB/latexrender/pictures/fd36d76c568c236aaaad68e084eef495.png.

Homework Equations


-Vector space
-Basis
-Polynomials

The Attempt at a Solution


[/B]
Could someone explain the method for finding a basis for a space of polynomials.
I know that with
2369a2488f59aa39a3fca53e0eff9f88.png
we need to find RREF of an augmented matrix,
and read a basis from matrix, but how to do it with polynomials?
 
Last edited by a moderator:
on Phys.org
The first post says exactly what L and M are- it gives their bases. L is the space of polynomials spanned by [itex]\{1+ t- t^3, 1+ t+ t^2, 1- t\}[/itex] so any vector in L is of the form [itex]a(1+ t- t^3)+ b(1+ t+ t^2)+ c(1- t)= -at^3+ bt^2+ (a+ b- c)t+ (a+ b+ c)[/itex] for any number a, b, and c. M is the space of polynomials spanned by [itex]\{t^3+ t, 2- t^3, 2+ t^3\}[/itex] so any vector is M is of the form [itex]p(t^3+ t)+ q(2- t^3)+ r(2+ t^3)= (p- q+ r)t^3+ pt+ (2q+ 2r)[/itex] for any numbers p, q, and r. Any vector in L+ M is of the form [itex](-a+ p- q+ r)t^3+ bt^2+ (a+ b- c+ p)t+ (a+ b+ c+ 2q+ 2r)[/itex]. Any vector in [itex]L\cap M[/itex] can be written as either of those 2 first forms with -a= p+ q+ r, b= 0, a+ b- c= p, and a+ b+ c= 2q+ 2r. Simplify those.
 
  • Like
Likes   Reactions: gruba and blue_leaf77