Proving Consistency in Linear Systems: The Case of Three Equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
CaityAnn
Messages
38
Reaction score
0
I have three systems of equations:
x+y+2z=a , x+z= b and 2x+y+3z=c
Show that in order for this system to have at least one solution, a,b,c must satisfy c=a+b.

Obviously I can add the equations a and b and get c. But I don't know how else to approach showing this. I think the points of x,y,z of c must satisfy both a,b and provide a solution set for both but I am not sure how to prove that. HELP PLEASE~!
 
Physics news on Phys.org
The matrix system is:

[tex]\begin{bmatrix}<br /> 1 & 1 & 2 & a \\<br /> 1 & 0 & 1 & b \\<br /> 2 & 1 & 3 & c \\<br /> \end{bmatrix}[/tex]

The system has at least one solution if the rank of the coefficient matrix equals the rank of the augmented matrix. Get the matrix to row-echleon form.
 
Last edited: