$$3x_{1} - x_{2} + x_{3} = 1,$$ $$3x_{1} + 6x_{2} + 2x_{3} = 0,$$ $$3x_{1}+3x_{2}+7x_{3} = 4$$
So, from this I got T = \begin{bmatrix} 0 & \frac{-1}{3} & \frac{1}{3} \\[0.3em] \frac{1}{2} & 0 & \frac{1}{3} \\[0.3em] \frac{3}{7} & \frac{3}{7} & 0 \end{bmatrix} $C= [-1/3, 0, -4/7]$
Then, I got $x_{1}^1 = 0.33$, $x_{2}^1 = 0, x_{3}^1 = -0.57$ and $x_{1}^2 = 0.33, x_{2}^2 = 0.833, x_{3}^2 = 0.142$
But, the answer in the book is $(0.1428571, -0.3571429, 0.4285714)$. Did I do something wrong? I am confused here. Can someone please help me understand this? Thanks.