Step 1:**
Given that T(1, 1) = (4, 1) and T(0, 1) = (3, 2), we can write the standard matrix of T as follows:
\[ \begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 4 \\ 1 \end{bmatrix} \]
\[ \begin{bmatrix} a & b \\
Show more…