Find the coordinate matrix of x relative to the given basis
Find the coordinate matrix of x relative to the given basis B\', where B\' = {(1,2,3),(1,2,0),(0,-6,2)}. X= (3,-3,0)
Solution
Let coordinate vector entries of x are x1, x2, x3
such that they meet the following criterion:
x1 (1,2,3) + x2 (1,2,0) + x3 (0,-6,2) = (3,-3,0)
Solving this, we get
x1 + x2 + 0 = 3 ... (1)
2x1 + 2x2 - 6x3 = -3 ... (2)
3x1 + 0 + 2x3 = 0 ... (3)
Multiplying equation (1) by 2 , we get
2x1 + 2x2 = 6 ... (4)
Subtracting equation (2) from equation (4), we get
6x3 = 6 + 3 = 9
So, x3 = 3/2
Putting x3 = 3/2 in equation (3), we get
3x1 + 3 = 0
So, x1 = -1
Putting x1 = -1 in equation (1), we get
-1 + x2 = 3
So, x2 = 4
(x1, x2, x3) = (-1, 4 , 3/2)
Thus, the coordinate matrix of x is (-1, 4 ,3/2).

