Let T be the linear operator on R2 defined by
T(x, y) = (−y, x)
i. What is the matrix of T in the standard ordered basis for R2 ?
ii. What is the matrix of T in the ordered basis B = {α1, α2}, where α1 = (1, 2) and α2 = (1, −1)?
iii. Prove that for every real number c the operator (T − cI) is invertible.
Here, we have
"T(x,y)=(-y,x)=\\begin{bmatrix} -y\\\\x \\end{bmatrix}"(i) Standard ordered basis for "\\> \\R^2 \\> is \\begin{bmatrix} 1 & 0\\\\ 0 & 1 \\end{bmatrix}"
So, for the first column applying the linear operator T we have "\\begin{bmatrix} 0\\\\1 \\end{bmatrix}" and for the second column after applying the linear operator T we have "\\begin{bmatrix} -1\\\\0 \\end{bmatrix}" . So, the matrix for T is A(let):-
(ii) New basis is:-
Now, we have to find the matrix A wrt the basis B.
Now we take the first column of B and left multiply with A.
Now, solving for a, b where
Solving we get, a="\\frac{-1}{3}" and b="\\frac{-5}{3}" .
Similarly we do the above steps with the second column of B and find c, d:-
Solving, we have c="\\frac{2}{3}" and d="\\frac{1}{3}" .
Therefore the final matrix wrt, the given basis B is:-
(iii) Here we calculate the "|T-cI|"
Now the determinant of the matrix "T-cI" is "1+c^2" which is never equal to 0, as "c \\in\\R" .
Therefore the matrix "T-cI" is always invertible "\\forall c\\in\\R" .
Comments
Leave a comment