Given:
T([-2,-2]) = [-1,-2]
T([1,-2])=[1,-2]
Find a matrix such that :
T(v) = 1/6 [2x2 matrix](v)
Could you help me figure out how I should approach this problem?
Thank you