Given that M is a 3×3 matrix and its action on the standard basis vectors is given by:
M100=123,M010=012,andM001=−111
The columns of matrix M correspond directly to the transformations of the standard basis vectors. Thus, the matrix M is formed as:
M=123012−111
We are given that:
Mxyz=1711
Substituting the matrix M gives:
123012−111xyz=1711
This matrix equation yields the following system of linear equations:
- x−z=1
- 2x+y+z=7
- 3x+2y+z=11
From equation (1), we express x in terms of z:
x=z+1
Substituting x=z+1 into equations (2) and (3):
-
From equation (2):
2(z+1)+y+z=7⟹y+3z+2=7⟹y+3z=5— (4)
-
From equation (3):
3(z+1)+2y+z=11⟹2y+4z+3=11⟹2y+4z=8⟹y+2z=4— (5)
Subtracting equation (5) from equation (4):
(y+3z)−(y+2z)=5−4⟹z=1
Substituting z=1 into equation (5) to find y:
y+2(1)=4⟹y=2
Substituting z=1 to find x:
x=1+1=2
Thus, the values of the variables are x=2, y=2, and z=1.
Finally, the sum x+y+z is:
x+y+z=2+2+1=5