Solve Vector Equation of Matrix Using Gauss-Jordan Elimination

thomasrules
Messages
243
Reaction score
0
I have to use the Gauss-Jordan elimination to find the vector equation of the following in the format r=(a,b,c)+t(x,y,z)

Matrix: row1=[6 8 -3|9]
row2=[10-2-5|15]

I got a wrong answer so can you help me solve for the vector equation please I have this answer r=(0,0,1/2)+t(1, 0,3/2)

or x=t
y=0
z=1/2t+3/2
 
Physics news on Phys.org
So the given matrix is

<br /> \left( {\begin{array}{*{20}c}<br /> 6 &amp; 8 &amp; { - 3} &amp;\vline &amp; 9 \\<br /> {10} &amp; { - 2} &amp; { - 5} &amp;\vline &amp; {15} \\<br /> \end{array}} \right)<br />

Could you tell us what you found after row reduction?
Also, I think you better post questions like this in "Homework & Coursework Questions".
 
Last edited:
TD said:
So the given matrix is

<br /> \left( {\begin{array}{*{20}c}<br /> 6 &amp; 8 &amp; { - 3} &amp;\vline &amp; 9 \\<br /> {10} &amp; { - 2} &amp; { - 5} &amp;\vline &amp; {15} \\<br /> \end{array}} \right)<br />

Could you tell us what you found after row reduction?
Also, I think you better post questions like this in "Homework & Coursework Questions".
Well yeah i got row1 [0 -46 0|0]
row2 [230 0 -115|345]
 
thomasrules said:
Well yeah i got row1 [0 -46 0|0]
row2 [230 0 -115|345]
Looks good, you can still simplify though.
E.g.: [4 0 -2 0] is equivalent to [2 0 -1 0] (I divided by 2).
 
lol then why the wrong answer...It is:

3 planes intersect at (-253/30,106/15,154/15)
 
thomasrules said:
lol then why the wrong answer...It is:

3 planes intersect at (-253/30,106/15,154/15)
Where is this coming from?
You initially said that the answer had to be "r=(0,0,1/2)+t(1, 0,3/2)" which seems more logic to me... You were almost there!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top