Let v1= (1,1,1), v2= (0,1,1), v3= (0,0,1). Find a matrix of T with respect to the basis {v1,v2,v3}. Futher check T is invertible or not.
1
Expert's answer
2021-02-23T10:16:40-0500
The map T with respect to the standard basis e1=(1,0,0), e2=(0,1,0), e3=(0,0,1) can be presented in the form: ⎝⎛x−y+zx+yy+z⎠⎞=⎝⎛110−111101⎠⎞⎝⎛xyz⎠⎞. In order to find a matrix with respect to the basis v1,v2 and v3 , we need to find such matrix T′ that x′v1+y′v2+z′v3=T′(xv1+yv2+zv3). We have: xv1+yv2+zv3=(x,x+y,x+y+z)⊤ In case we act on the vector with the map T we will get: (x−(x+y)+x+y+z,2x+y,2x+2y+z)=(x+z,2x+y,2x+2y+z). It has the following representation in basis v1,v2,v3:(x+z,2x+y,2x+2y+z)=(x+z)v1+(2x+y−(x+z))v2+(2x+2y+z−(x+z)−(x+y−z))v3=(x+z)v1+(x+y−z)v2+(y+z)v3
The respective matrix has the form: T′=⎝⎛1100111−11⎠⎞
Comments