Question #32491

Let T: R3→R3 be a L.T. and defined by T(a,b,c)=(a-b,b-c,c-a).Find the matrix with respect to basis (v1v2v3)where v1=(1,0,1),v2=(0,1,1),v3=(1,1,0) is this matrix invertible if so find inverse corresponding to formula for T-1.
1

Expert's answer

2013-07-01T10:24:13-0400

Task. Let T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 be a linear transformation defined by T(a,b,c)=(ab,bc,ca)T(a, b, c) = (a - b, b - c, c - a). Find the matrix with respect to basis (v1,v2,v3)(v_1, v_2, v_3), where


v1=(1,0,1),v2=(0,1,1),v3=(1,1,0).v_1 = (1, 0, 1), \qquad v_2 = (0, 1, 1), \qquad v_3 = (1, 1, 0).


Is this matrix invertible? If so find inverse corresponding to formula for T1T^{-1}.

Solution. The matrix of TT has the following form:


T=(110011101)T = \begin{pmatrix} 1 & -1 & 0 \\ 0 & 1 & -1 \\ -1 & 0 & 1 \end{pmatrix}


The transition matrix to the basis (v1,v2,v3)(v_1, v_2, v_3) has the form


A=(101011110)A = \begin{pmatrix} 1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 1 & 0 \end{pmatrix}


Therefore the matrix of TT in the basis (v1,v2,v3)(v_1, v_2, v_3) is


ATA1.ATA^{-1}.


Let us compute the inverse of AA.

First find the determinant of AA:


101011110=110+011+101111111000=2.\begin{vmatrix} 1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 1 & 0 \end{vmatrix} = 1 \cdot 1 \cdot 0 + 0 \cdot 1 \cdot 1 + 1 \cdot 0 \cdot 1 - 1 \cdot 1 \cdot 1 - 1 \cdot 1 \cdot 1 - 0 \cdot 0 \cdot 0 = -2.


Now compute the minores


M11=1110=1011=1M_{11} = \begin{vmatrix} 1 & 1 \\ 1 & 0 \end{vmatrix} = 1 \cdot 0 - 1 \cdot 1 = -1M12=0110=0011=1M_{12} = \begin{vmatrix} 0 & 1 \\ 1 & 0 \end{vmatrix} = 0 \cdot 0 - 1 \cdot 1 = -1M13=0111=0111=1M_{13} = \begin{vmatrix} 0 & 1 \\ 1 & 1 \end{vmatrix} = 0 \cdot 1 - 1 \cdot 1 = -1M21=0110=0011=1M_{21} = \begin{vmatrix} 0 & 1 \\ 1 & 0 \end{vmatrix} = 0 \cdot 0 - 1 \cdot 1 = -1M22=1110=1011=1M_{22} = \begin{vmatrix} 1 & 1 \\ 1 & 0 \end{vmatrix} = 1 \cdot 0 - 1 \cdot 1 = -1M23=1011=1101=1M_{23} = \begin{vmatrix} 1 & 0 \\ 1 & 1 \end{vmatrix} = 1 \cdot 1 - 0 \cdot 1 = 1M31=0111=0111=1M_{31} = \begin{vmatrix} 0 & 1 \\ 1 & 1 \end{vmatrix} = 0 \cdot 1 - 1 \cdot 1 = -1M32=1101=1110=1M_{32} = \begin{vmatrix} 1 & 1 \\ 0 & 1 \end{vmatrix} = 1 \cdot 1 - 1 \cdot 0 = 1M33=1001=1100=1M_{33} = \begin{vmatrix} 1 & 0 \\ 0 & 1 \end{vmatrix} = 1 \cdot 1 - 0 \cdot 0 = 1


Then the inverse of AA is given by the formula:


A1=1A(M11M21M31M12M22M32M13M23M33)=12(111111111)=A^{-1} = \frac{1}{|A|} \begin{pmatrix} M_{11} & -M_{21} & M_{31} \\ -M_{12} & M_{22} & -M_{32} \\ M_{13} & -M_{23} & M_{33} \end{pmatrix} = \frac{1}{-2} \begin{pmatrix} -1 & 1 & -1 \\ 1 & -1 & -1 \\ -1 & -1 & 1 \end{pmatrix} =


2

Now compute


AT=(101011110)(110011101)=(11+00+1(1)1(1)+01+1010+0(1)+1101+10+1(1)0(1)+11+1000+1(1)+1111+10+0(1)1(1)+11+0010+1(1)+01)=(011110101)\begin{array}{l} AT = \left( \begin{array}{ccc} 1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 1 & 0 \end{array} \right) \left( \begin{array}{ccc} 1 & -1 & 0 \\ 0 & 1 & -1 \\ -1 & 0 & 1 \end{array} \right) \\ = \left( \begin{array}{cccc} 1 \cdot 1 + 0 \cdot 0 + 1 \cdot (-1) & 1 \cdot (-1) & + 0 \cdot 1 + 1 \cdot 0 & 1 \cdot 0 + 0 \cdot (-1) + 1 \cdot 1 \\ 0 \cdot 1 + 1 \cdot 0 + 1 \cdot (-1) & 0 \cdot (-1) & + 1 \cdot 1 + 1 \cdot 0 & 0 \cdot 0 + 1 \cdot (-1) + 1 \cdot 1 \\ 1 \cdot 1 + 1 \cdot 0 + 0 \cdot (-1) & 1 \cdot (-1) & + 1 \cdot 1 + 0 \cdot 0 & 1 \cdot 0 + 1 \cdot (-1) + 0 \cdot 1 \end{array} \right) \\ = \left( \begin{array}{ccc} 0 & -1 & 1 \\ -1 & 1 & 0 \\ 1 & 0 & -1 \end{array} \right) \end{array}


Hence


ATA1=(111111111)(011110101)=12(0(1)11+1(1)011(1)+1(1)0(1)1(1)+111(1)+11+0(1)11+1(1)+0(1)1(1)+1(1)+011(1)+011(1)11+0(1)1(1)1(1)+0(1)11)=12(202220022)=(101110011)\begin{array}{l} ATA^{-1} = \left( \begin{array}{ccc} -1 & 1 & -1 \\ 1 & -1 & -1 \\ -1 & -1 & 1 \end{array} \right) \left( \begin{array}{ccc} 0 & -1 & 1 \\ -1 & 1 & 0 \\ 1 & 0 & -1 \end{array} \right) \\ = -\frac{1}{2} \left( \begin{array}{cccc} 0 \cdot (-1) - 1 \cdot 1 + 1 \cdot (-1) & 0 \cdot 1 - 1 \cdot (-1) + 1 \cdot (-1) & 0 \cdot (-1) - 1 \cdot (-1) + 1 \cdot 1 \\ -1 \cdot (-1) + 1 \cdot 1 + 0 \cdot (-1) & -1 \cdot 1 + 1 \cdot (-1) + 0 \cdot (-1) & -1 \cdot (-1) + 1 \cdot (-1) + 0 \cdot 1 \\ 1 \cdot (-1) + 0 \cdot 1 - 1 \cdot (-1) & 1 \cdot 1 + 0 \cdot (-1) - 1 \cdot (-1) & 1 \cdot (-1) + 0 \cdot (-1) - 1 \cdot 1 \end{array} \right) \\ = -\frac{1}{2} \left( \begin{array}{ccc} -2 & 0 & 2 \\ 2 & -2 & 0 \\ 0 & 2 & -2 \end{array} \right) = \left( \begin{array}{ccc} 1 & 0 & -1 \\ -1 & 1 & 0 \\ 0 & -1 & 1 \end{array} \right) \end{array}


Compute the determinant of TT:


T=101011110=110+011+101111111000=0.|T| = \left| \begin{array}{ccc} 1 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 1 & 0 \end{array} \right| = 1 \cdot 1 \cdot 0 + 0 \cdot 1 \cdot 1 + 1 \cdot 0 \cdot 1 - 1 \cdot 1 \cdot 1 - 1 \cdot 1 \cdot 1 - 0 \cdot 0 \cdot 0 = 0.


It zero, so the transformation TT is not invertible.

**Answer.** TT is not invertible, so its inverse does not exist.

The matrix of TT in the basis (v1,v2,v3)(v_{1}, v_{2}, v_{3}) is


(101110011)\left( \begin{array}{ccc} 1 & 0 & -1 \\ -1 & 1 & 0 \\ 0 & -1 & 1 \end{array} \right)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS