Let T : R3 → R3 be defined by T (x1
, x2
, x3
) = (x1
, x2
,−x1 − x2
). Find a
matrix which represents T
Let "T:R^3\\to R^3" be defined by "T(x_1, x_2, x_3)=(x_1, x_2, -x_1-x_2)"
"T\\begin{pmatrix}\n \\begin{bmatrix}\n 1\\\\\n 0 \\\\\n0\n\\end{bmatrix} \n\\end{pmatrix}=\\begin{bmatrix}\n 1 \\\\\n 0\\\\\n-1\n\\end{bmatrix}"
"T\\begin{pmatrix}\n \\begin{bmatrix}\n 0\\\\\n 1 \\\\\n0\n\\end{bmatrix} \n\\end{pmatrix}=\\begin{bmatrix}\n 0 \\\\\n 1\\\\\n-1\n\\end{bmatrix}"
Using these as our columns, the standard matrix for "T" is:
Comments
Leave a comment