Ask your own question, for FREE!
Mathematics 12 Online
OpenStudy (anonymous):

'

ganeshie8 (ganeshie8):

write the matrix

ganeshie8 (ganeshie8):

familiar wid row operations ?

OpenStudy (anonymous):

no?

ganeshie8 (ganeshie8):

\[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 1 & 1 & 1 & -1 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\]

ganeshie8 (ganeshie8):

they're easy, we will be using below row operations mostly :- 1) you can add/subtract a row from another row

ganeshie8 (ganeshie8):

idea is to get a upper triangular matrix using row operations

ganeshie8 (ganeshie8):

upper triangular matrix looks like below :- 1 x x 0 1 x 0 0 1

ganeshie8 (ganeshie8):

all elements below the diagonal will be 0

ganeshie8 (ganeshie8):

you wid me still ? :)

OpenStudy (anonymous):

confused slightly on how u got the 1 x x upper triang

ganeshie8 (ganeshie8):

thats just an example of upper triangular matrix x means any number

ganeshie8 (ganeshie8):

dotn wry about that example if that confuses u

OpenStudy (anonymous):

ok

ganeshie8 (ganeshie8):

\[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 1 & 1 & 1 & -1 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\]

ganeshie8 (ganeshie8):

Focus on first column. lets make it :- 1 0 0

ganeshie8 (ganeshie8):

\[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 1 & 1 & 1 & -1 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\] subtract Row 1 from Row 2 R2 - R1 \[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 0 & 2 & 0 & -4 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\]

ganeshie8 (ganeshie8):

check if i did the subtraction correctly

ganeshie8 (ganeshie8):

\[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 1 & 1 & 1 & -1 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\] subtract Row 1 from Row 2 R2 - R1 \[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 0 & 2 & 0 & -4 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\] subtract Row 1 from Row 3 R3 - R1 \[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 0 & 2 & 0 & -4 \\ 0 & 2 & -2 & 4 \\ \end{array} \right]\]

OpenStudy (anonymous):

so when u substract you replace the row used first, not second?

ganeshie8 (ganeshie8):

You got it !

ganeshie8 (ganeshie8):

R2 - R1 messes wid Row 2

ganeshie8 (ganeshie8):

we're done wid first column ! look at first column, we have all 0's below the diagonal :- 1 0 0

ganeshie8 (ganeshie8):

lets do the same for second column

ganeshie8 (ganeshie8):

\[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 1 & 1 & 1 & -1 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\] subtract Row 1 from Row 2 R2 - R1 \[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 0 & 2 & 0 & -4 \\ 1 & 1 & -1 & 7 \\ \end{array} \right]\] subtract Row 1 from Row 3 R3 - R1 \[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 0 & 2 & 0 & -4 \\ 0 & 2 & -2 & 4 \\ \end{array} \right]\] subtract Row 2 from Row 3 R3 - R2 \[ \left[ \begin{array}{cccc} 1 & -1 & 1 & 3\\ 0 & 2 & 0 & -4 \\ 0 & 0 & -2 & 8 \\ \end{array} \right]\]

ganeshie8 (ganeshie8):

fine so far ?

OpenStudy (anonymous):

yes

ganeshie8 (ganeshie8):

We're done !

OpenStudy (anonymous):

totally confused now, after we got the 1st column to 1 0 0 then what happened?

ganeshie8 (ganeshie8):

after that we fixed the second column

ganeshie8 (ganeshie8):

ive just subtracted Row 2 from Row 3

ganeshie8 (ganeshie8):

see that, after that step, all elements below diagonal are 0

ganeshie8 (ganeshie8):

so we have an upper triangular matrix. so we stop. and do back substitute

ganeshie8 (ganeshie8):

to find teh values of x, y,z

OpenStudy (anonymous):

ok holdon, at the point of the 1st column, i have 1 -1 1 3, 0 2 0 -4, - 2 -2 4 as the 3 rows, then you did r3 - r2.. so r3 would be - 0 0 2 0?

ganeshie8 (ganeshie8):

check ur subtraction again. r3-r2 wud be, 0 0 -2 8

ganeshie8 (ganeshie8):

btw, ur third is incorrect... check ur work again. compare it wid my work above

OpenStudy (anonymous):

ok so after r3-r2, we do?

ganeshie8 (ganeshie8):

we're done wid elimination. we simply find the values of x, y, z now

ganeshie8 (ganeshie8):

First look at last row, wat do we have ?

OpenStudy (anonymous):

i thought point was to get 0's in diagonal, no?

ganeshie8 (ganeshie8):

no need. just the 0's below the diagonal will do

ganeshie8 (ganeshie8):

look at last row, 0 0 -2 8 -2z = 8 -------------(1)

ganeshie8 (ganeshie8):

look at second row, 0 2 0 -4 2y = -4 -------------(2)

ganeshie8 (ganeshie8):

look at first row, 1 -1 1 3 x -y + z = 3 -------------(3)

ganeshie8 (ganeshie8):

from (1), u wil get value of z from (2), u wil get value of y put y, z values in (3), you will get value of z

OpenStudy (anonymous):

you mean x for 1?

ganeshie8 (ganeshie8):

(1) is the first equation ive labelled above

ganeshie8 (ganeshie8):

from (1), -2z = 8 divide -2 both sides z = -4

OpenStudy (anonymous):

so x-5, -4, y = -2?

ganeshie8 (ganeshie8):

y = -2 is correct

ganeshie8 (ganeshie8):

x = 5

OpenStudy (anonymous):

x=5, z -4

ganeshie8 (ganeshie8):

good job !

OpenStudy (anonymous):

ty

ganeshie8 (ganeshie8):

np :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!