I am new to this forum and even don't know how to write these mathematical symbols. I have a question below and your reply would be highly appreciated.
If I have a triangle with vertices $V_1 = (2,2)$, $V_2 = (4,2)$, $V_3 = (2,4)$. I can find its area by integrating as follows: $$\int_2^4 \int_2^{6-x} dydx \text{(this gives area 2)}.$$
Now if I transform $V_1 = (2,2)$ to $U_1 = (0,0)$ and the vertices $V_2$ and $V_3$ to a standard simplex using relation $$ I = TS $$ where $I$ in identity matrix (the standard simplex), $T$ is the transformation matrix and $S$ is the 1-simplex defined by $V_2$ and $V_3$. It means I used transformation matrix $T$ to transform $V_2$ and $V_3$ to new vertices $U2 = (1,0)$ and $U3 = (0,1)$ respectively (transformation from non-standard simplex $(V_1,V_2)$ to a standard simplex $(U_1,U_2)$).
How can I use the effect of this transformation matrix $T$ in my new integral to get the same area as that of the original triangle with vertices $V_1$, $V_2$, and $V_3$?