Gauss-jordan 3 equation matrix help

  • Thread starter Thread starter bdh2991
  • Start date Start date
  • Tags Tags
    Matrix
bdh2991
Messages
102
Reaction score
0

Homework Statement



the original problem is in matrix form:

1 1 2 8
-1 -2 -3 1
3 -7 4 10

Homework Equations





The Attempt at a Solution



i got all the way to :

1 1 0 -4
0 1 0 1
0 0 1 2

however, the top row is supposed to = 3 but when i subtract row 2 from row 1 i get -5...i can't find where i messed up in the steps i did it. anyone get the same thing as me or know what i did wrong?
 
Physics news on Phys.org
bdh2991 said:

Homework Statement



the original problem is in matrix form:

1 1 2 8
-1 -2 -3 1
3 -7 4 10

Homework Equations





The Attempt at a Solution



i got all the way to :

1 1 0 -4
0 1 0 1
0 0 1 2
I don't know what you did to get the matrix above, but it's incorrect. This says that y = 1 and z = 2. From these you can work back to get x.

In any case, these values are incorrect. I've worked through the row reduction, and have a solution, which I have checked, so I know it's right.

Can you show what work you did to get the above? From that, we can tell you where you went astray.
bdh2991 said:
however, the top row is supposed to = 3 but when i subtract row 2 from row 1 i get -5...i can't find where i messed up in the steps i did it. anyone get the same thing as me or know what i did wrong?
 
Mark44 said:
I don't know what you did to get the matrix above, but it's incorrect. This says that y = 1 and z = 2. From these you can work back to get x.

In any case, these values are incorrect. I've worked through the row reduction, and have a solution, which I have checked, so I know it's right.

Can you show what work you did to get the above? From that, we can tell you where you went astray.

that's weird because the book answer says that x = 3, y = 1, and z = 2, which is why i thought i only got the top row part wrong. the operations i used were:

row 2 * -1 minus row 1

row 3 minus 3 * row 1

10 * row 2 + row 3

row 3 / -52

5 * row 3 plus row 2

2 * row 3 minus row 1

row 2 minus row 1
 
bdh2991 said:
that's weird because the book answer says that x = 3, y = 1, and z = 2
That is not a solution to the problem you posted.
The augmented matrix you posted is
1 1 2 8
-1 -2 -3 1
3 -7 4 10

The book solution works in the 1st and 3rd equations, but it doesn't work in the 2nd equation.

-1(3) -2(1) -3(2) = -3 -2 -6 = -11 ≠ 1

There are a couple of possibilities. It might be that you mistyped the original matrix. If the 2nd row was actually -1 -2 -3 11[/color], then the book's answer is correct.


Otherwise, the book's answer is wrong.
bdh2991 said:
, which is why i thought i only got the top row part wrong. the operations i used were:

row 2 * -1 minus row 1

row 3 minus 3 * row 1

10 * row 2 + row 3

row 3 / -52

5 * row 3 plus row 2

2 * row 3 minus row 1

row 2 minus row 1
 
Mark44 said:
That is not a solution to the problem you posted.
The augmented matrix you posted is
1 1 2 8
-1 -2 -3 1
3 -7 4 10

The book solution works in the 1st and 3rd equations, but it doesn't work in the 2nd equation.

-1(3) -2(1) -3(2) = -3 -2 -6 = -11 ≠ 1

There are a couple of possibilities. It might be that you mistyped the original matrix. If the 2nd row was actually -1 -2 -3 11[/color], then the book's answer is correct.Otherwise, the book's answer is wrong.
You are correct, i accidentally put a -3 in the second row when it should have been a 3. My apologies to everyone. Also, is it a valid row operation to divide a row by itself?
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top