Solve the equation by Jacobi's method : $$5x + 2y +7z = 30$$ $$x+4y+2z=15$$ $$x+2y+5z=20$$ I am getting the values as $$x=4.08,y=3.375,z=4.12.$$
My equations : $$x=\frac{1}{5} \{30-2y-7z\}$$ $$y=\frac{1}{4} \{15-x-2z\}$$ $$z=\frac{1}{5} \{20-x-2y\}$$
The values are given to be :$$x=1,y=2,z=3$$ (apologies for the previous errors)