Homework Statement
find T(v) using the matrix relative to B and B'
T(x, y, z) = (2x, x + y, y + z, x + z)
v = (1, -5, 2)
B = { (2, 0, 1), (0, 2, 1), (1, 2, 1) }
B' = { (1, 0, 0, 1), (0, 1, 0, 1), (1, 0, 1, 0), (1, 1, 0, 0) }
Homework Equations
The Attempt at a Solution...