Establish the conditions under which the equations
ax+by+cz=q-r;bx+cy+az=r-p;cx+ay+bz=p-qZS
Huzaifah Hays
Answered question
2022-02-24
Establish the conditions under which the equations , are consistent. I am aware that by taking the system to echelon can get me the rank of the coefficient matrix and the augmented matrix. But that turns out to be a very cumbersome process and the terms in the echelon form are very big. Is there other ways to establish the conditions for consistency which are less cumbersome and time consuming?
Answer & Explanation
homofilirix
Beginner2022-02-25Added 8 answers
The right-hand sides of the three equations suggest that adding them all together might be fruitful. When you do this, you get, after a little bit of fiddling,
.
This equation can be satisfied for any values of a, b and c, so the original system is also consistent for all values of these parameters, as well as all values of p and q, since the latter don’t appear in this equation at all.
Another approach is to use Cramer’s rule, just as in an answer to your previous question.
This is equal to zero when , so there are two cases to consider. If , there is a unique solution to this system of equations for any values of p and q. If it’s zero, you’ll need to look a little more closely to determine consistency.
One way to proceed in that case is to substitute in the augmented matrix of the system and row-reduce. The computation is a bit messy, but not as bad a row-reducing the original augmented matrix. The system is consistent (thought indeterminate) iff all of the zero rows on the left (unaugmented) side of the rref have zeros in the right-hand column. (You’ll end up with denominators of , but that can’t be zero.) Another way to go is to perform this substitution in the three equations, and then add them together as in the first part of this answer. You end up with 0=0, which is obviously consistent.