Linear algebra - transformation of matrix

Eagerissac

New member
Joined
Jan 9, 2020
Messages
16
I was wondering if someone could explain why my answer 13 is incorrect?

I thought the matrix indicated that a = 1, b = 0. c = 2, and d = 1. So I substituted these values in the equation, giving me:

1 + (1 - 0 - 2 + 1) +(-2)^2 + (1 + 0 + 2 - 1)^3 and got 13. I'm not sure what I'm doing wrong and would appreciate help.

I'm not sure if I'm supposed to do anything with the x, x^2, x^3 variables?
 

Attachments

  • help.jpg
    help.jpg
    29.2 KB · Views: 9
You can think of the problem as the function T(a, b, c, d) = 1 + (a-b-c+d)x + (-c2)x2 + (a+b+c-d)x3. The (-c)2 can be replaced with c2.

So T(a, b, c, d) = 1 + (a-b-c+d)x + (c2)x2 + (a+b+c-d)x3

Then T(1, 0, 2, 1) = 1 + (1-0-2+1)x + (22)x2 + (1+0+2-1)x3
= 1 + (0)x + (4)x2 + (2)x3 = 1 + 4x2 + 4x3

Please let me know if this is clear.
 
Top