Help with finding the determinant using gaussian elimination

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
brunette15
Messages
58
Reaction score
0
I attempting to find the determinant using gaussian elimination for the following matrix [1 2 3; 3 2 2; 0 9 8].
I have begun by attempting to form zeros below the diagonal. My first row operation was to make row 2 equal to 3(row 1) - row 2. This gives me [1 2 3; 0 4 7; 0 9 8] . I think i am making a small mistake whenever i try to continue from here, anyone have any suggestions as to what to do from here?
 
Physics news on Phys.org
brunette15 said:
I attempting to find the determinant using gaussian elimination for the following matrix [1 2 3; 3 2 2; 0 9 8].
I have begun by attempting to form zeros below the diagonal. My first row operation was to make row 2 equal to 3(row 1) - row 2. This gives me [1 2 3; 0 4 7; 0 9 8] . I think i am making a small mistake whenever i try to continue from here, anyone have any suggestions as to what to do from here?

The correct procedure starts adding to the row 2 the row 1 multiplied by -3 so that you first obtain from [1 2 3; 3 2 2; 0 9 8] the matrix [1 2 3; 0 -4 -7; 0 9 8]. Then You add to the row 3 the row 2 multiplied by 9/4 obtaining [1 2 3; 0 -4 -7; 0 0 - 31/4] , so that the determinant is 31...

Kind regards

$\chi$ $\sigma$