Sorry, I've faced one more problem...
There is T: R2->R2, s.t. T(V1)=8V2, and T(V2)=-4V1.
Need to find detA.
This is how I started thinking:
AV1=8V2 => A=8V2 / V1
AV2=-4V1 => A=-4V1 / V2
Don't know how to think further...
Oh!
Thanks!
It always happens to me.
So, fixing that mistake, T(f)=
-5a
3b
11c
And A becomes:
-5 0 0
0 3 0
0 0 11
and detA = -165 and it is still wrong :(
Homework Statement
Linear transformation T: P2->P2
T(f) = -5f + 8f'
Need to find detA (A is a matrix of T)
Homework Equations
T(f) = Af
The Attempt at a Solution
The basis of P2 is B={1, x, x2}. Some polynomial f with respect to B looks like this in general:
(a, b, c)T
right...