- #1
brunette15
- 58
- 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?
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?