19.03.2018 Views

linear-guest

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2.1 Gaussian Elimination 41<br />

called the Identity Matrix, since this would give the simple statement of a<br />

solution x = a, y = b. The same goes for larger systems of equations for<br />

which the identity matrix I has 1’s along its diagonal and all off-diagonal<br />

entries vanish:<br />

⎛<br />

I = ⎜<br />

⎝<br />

1 0 · · · 0<br />

0 1 0<br />

.<br />

. .. .<br />

0 0 · · · 1<br />

⎞<br />

⎟<br />

⎠<br />

Reading homework: problem 2<br />

For many systems, it is not possible to reach the identity in the augmented<br />

matrix via Gaussian elimination. In any case, a certain version of the matrix<br />

that has the maximum number of components eliminated is said to be the<br />

Row Reduced Echelon Form (RREF).<br />

Example 13 (Redundant equations)<br />

x + y = 2<br />

2x + 2y = 4<br />

} ( ) ( ) {<br />

1 1 2 1 1 2 x + y = 2<br />

⇔<br />

∼<br />

⇔<br />

2 2 4 0 0 0 0 + 0 = 0<br />

This example demonstrates if one equation is a multiple of the other the identity<br />

matrix can not be a reached. This is because the first step in elimination will make<br />

the second row a row of zeros. Notice that solutions still exists (1, 1) is a solution.<br />

The last augmented matrix here is in RREF; no more than two components can be<br />

eliminated.<br />

Example 14 (Inconsistent equations)<br />

x + y = 2<br />

2x + 2y = 5<br />

} ( ) ( ) {<br />

1 1 2 1 1 2 x + y = 2<br />

⇔<br />

∼<br />

⇔<br />

2 2 5 0 0 1 0 + 0 = 1<br />

This system of equation has a solution if there exists two numbers x, and y such that<br />

0 + 0 = 1. That is a tricky way of saying there are no solutions. The last form of the<br />

augmented matrix here is the RREF.<br />

41

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!