I have been for the entirety of this and you're right I should have posted my work. A lot could have been gleaned from it. I also just seem to not understand forums and am reluctant to use latex, but I am improving.
Here is the question written in latex
Consider the
(2×2) system
a11x1+a12x2=b1a21x1+a22x2=b2Show that if
a11a22−a12a21=0, then this system
is equivalent to a system of the form
c11x1+c12x2=d1c22x2=d2,where
c11=0 and
c22=0. Note that the second
system always has a solution. [Hint: First suppose that
a11=0, and then consider the special case in which
a11=0.]
Here is my work.
1.) I create an augmented matrix of the first system
[a11a21a12a22b1b2]
2. ) I have been learning how to do Gauss-Jordan Elimination, so I assume that is what I am to do and do as such.
I assume
a11is not zero, and I want to get
a11 via Gauss-Jordan method, so I use the following elementary row operations to do such.
a11R1⟶R1
Which gives us
[1a21a11a12a22a11b1b2]
2.) Now that we have 1 for the
a11 entry I want to put zero in the rest of its column and I use the elementary row operations to do such.
R2−a11∗R1⟶R2
Which gives us
[10a11a12a22−a11a12a21a11b1b2−a11b1a21]
3.) I recognize some familiar algebra in the
a22 entry
a22−a11a12a21 and with algebraic manipulation rearrange it to this
a11a11a22−a12a21
Which the problem tells us to assume that
a11a22−a12a21=0
4.) Okay, so we finally got to a point in the problem where the prompt seems familiar enough to lets us know we are on the right track. That we have our first system of linear equation modified enough that we can start making an analysis of row equivalence within the constraints of the prompt.
5.) I create an augmented matrix for the second set of linear equations
[c11c21c12c22d1d2]
6.) I remember that I am told to assume that
c11=0 and
c22=0., I and remember that
a11a22−a12a21=0, and we made our own assumption via hint that
a11=. Meaning that all of these do not equal zero. So with all of that in mind and the fact we were able to use elementary row operations, we have hopefully shown that both systems are row equivalent when making these assumptions.
Edit: I forgot to convert a row back in this where it would return it to the original augmented form. I'm aware I didn't but it doesn't change the rest of the steps.