Homework problem

asked 2015-11-09 00:57:28 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Consider the basis {1, x,(x − 1)^2} for P2 and let F : P2 → P2 be a linear transformation.

Let F(1) = (x + 1)^2, F(x) = x, F((x-1))^2.

Find the rule for F(a x^2 + b x + c).

edit retag flag offensive close merge delete

Comments

You should at least make some efforts to make your question intelligible!

B r u n o gravatar imageB r u n o ( 2015-11-09 09:28:48 +0200 )edit

This looks like homework. If you want some help, you should ask more precise questions related to your research in solving those exercises, especially where you are locked.

tmonteil gravatar imagetmonteil ( 2015-11-09 11:18:29 +0200 )edit
1

More precisely, this question doesn't look like it it related to Sage!

kcrisman gravatar imagekcrisman ( 2015-11-09 16:49:34 +0200 )edit
1

I guess P2 is the vector space of polynomials of degree less or equal two. Then we get a map F on the system 1, x, (x-1)^2 with values in the same space, which we extend linearly. Unfortunately the map is defined only on the first two elements, for the third one we run into human compiler error.

dan_fulea gravatar imagedan_fulea ( 2017-03-03 19:11:42 +0200 )edit