Suppose $T([a,-b])=[−x,y]$ and $T([a,b])=[x,y]$. Find a matrix $A$ such that $T(x)=Ax$ for all $x\in\mathbb{R}^2$.
2026-03-29 23:02:45.1774825365
Find a matrix A such that T(x) = Ax given two linear transformations
1.2k Views Asked by user563440 https://math.techqa.club/user/user563440/detail At
2
Here's how you can turn this into a system of equations. Suppose you had the required matrix $ A=\begin{bmatrix} a & b \\ c & d \end{bmatrix} $
Then
$\begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} 1 \\ -1 \end{bmatrix} =\begin{bmatrix} -1 \\ 1 \end{bmatrix} $ and $\begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} 1 \\ 2 \end{bmatrix} =\begin{bmatrix} 2 \\ 4 \end{bmatrix} $
Multiply this out and set each component equal to eachother to get a system of 4 variables and 4 equations. Solve it then substitute back in $a,b,c,d$ to the matrix for the answer.