Recent content by clickclick

  1. C

    Help with Gauss-Jordan Elimination

    Here is what I got so far: [ 3 1 -2 2 ] [ 1 -2 1 3 ] -1 [ 2 -1 -3 3 ] -2 [ 3 1 -2 2 ] [ 0 -3 0 2 ] [ 0 -3 -5 1 ] + row 2 [ 3 1 -2 2 ] + 2 [ 0 -3 0 2 ] [ 0 0 -5 3 ] [ 5 3 0 4 ] + r2 [ 0 -3 0 2 ] [ 0 0 -5 3 ] [ 5 3 0 4 ] + r2 [ 0 -3 0 2 ] [ 0 0 -5 3 ] [ 5 0 0 6 ] /5 [ 0 -3 0...
  2. C

    Help with Gauss-Jordan Elimination

    Hello everyone, this is my first time posting here, I found the website looking for help. For my finite math homework one of the questions ask to solve a system through the Gauss-Jordan Elimination; here's what I have so far. Homework Statement 3x + y -2z = 2 x - 2y +z = 3 2x - y -3z =...
Back
Top