How to Solve a System of Equations Without Using Matrices?

AI Thread Summary
To solve the system of equations without using matrices, the discussion emphasizes transforming the equations into row echelon form through strategic elimination. Initially, the first equation can be manipulated to eliminate variables from the subsequent equations. Suggestions include dividing the first equation by 4 and using it to eliminate variable c from the second and third equations. Further steps involve adjusting the second equation to isolate variable b, allowing for the elimination of b from the other equations. This process ultimately leads to a system that can be solved for the remaining variables a and c.
themadhatter1
Messages
139
Reaction score
0

Homework Statement



Solve for a, b, and c.

4c+6b+14a=25
6c+14b+36a=21
14c+36b+98a=105

Homework Equations


The Attempt at a Solution



I need to solve this without using matrices.

The easiest way would be to get it into row echelon form and back-substitute. However, I'm not sure how you can get this system of equations into row echelon form.

I can subtract 6 times the first equation from the third equation:

14c+36b+48a=105
- 24c+36b+84a=150
------------------------
-10c+0b+14a=-45

so you get:

-10c+0b+14a=-45
6c+14b+36a=21
14c+36b+98a=105

Next the only thing you could do would be subtract 7 times the first equation from the third equation, but if you did that you would be getting rid of the a term but reintroducing the b term which I just eliminated.

How do you get this into Row Echelon form to solve?
 
Physics news on Phys.org
First step is divide the first equation by 4. Then subtract appropriate multiples of it from the second and third rows to eliminate the c's from them.

Then divide the second equation by whatever you need to get the coefficient of b = 1 and subtract appropriate multiples of it to eliminate the b's in the other equations. This won't affect the c terms. Continue this process.
 
Thanks! Now I understand.
 
themadhatter1 said:

Homework Statement



Solve for a, b, and c.

4c+6b+14a=25
6c+14b+36a=21
14c+36b+98a=105

Homework Equations





The Attempt at a Solution



I need to solve this without using matrices.

The easiest way would be to get it into row echelon form and back-substitute. However, I'm not sure how you can get this system of equations into row echelon form.

I can subtract 6 times the first equation from the third equation:

14c+36b+48a=105
- 24c+36b+84a=150
------------------------
-10c+0b+14a=-45

so you get:

-10c+0b+14a=-45
6c+14b+36a=21
14c+36b+98a=105

Next the only thing you could do would be subtract 7 times the first equation from the third equation, but if you did that you would be getting rid of the a term but reintroducing the b term which I just eliminated.

How do you get this into Row Echelon form to solve?
Hold off with that new first equation until you have eliminated b from the other two. 14= 2(7) and 36= 4(9)= 2(2)(3)(3) so multiplying 14 by 18 gives 252 as does multiplying 36 by 7: multiply the second equation by 18 and the third equation by 7 and subtract. That will eliminate b again and now you have two equations in a and c. Combine them to eliminate one of those.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top