Solve systems of 2 or 3 linear equations by Gaussian elimination. Separate equations with a semicolon.
x + y = 3; x - y = 1
2x + y = 1; x - y = 1
x + y + z = 6; 2x - y = 0; y + z = 5