Find a matrix for the Linear Transformation T: R2 → R3, defined by T (x, y) = (13x - 9y, -x - 2y, -11x - 6y) with respect to the basis B = {(2, 3), (-3, -4)} and C = {(-1, 2, 2), (-4, 1, 3), (1, -1, -1)} for R2 & R3 respectively.
Here, the process should be to find the transformation for the vectors of B and express those as a linear combination of C and those vectors will form the matrix for linear transformation. Is my approach correct or do I need to change something?
I will show you how to do in python with sympy module
The combined transformation matrix yelds