3D Demo with infinite number of solutions

In this section we will use the Gauss Jordon method on the system

( i ) x + 2y - 4z = 8

( ii ) -3x - 5y + 14z = -20

( iii ) 2x + 6y - 4z = 24

Here is the intial augmented matrix.

[Maple Math]

A graph of the three planes in the initial system.

[Maple Plot]

Add to row 2 3 times row 1

[Maple Math]

The graph after the first row operation.

[Maple Plot]

Add to row 3 -2 times row 1

[Maple Math]

After this operation we have the following graph.

[Maple Plot]

Add to row 1 -2 times row 2

[Maple Math]

The graph now looks like this.

[Maple Plot]

Add to row 3 -2 times row 2

[Maple Math]

The next graph is not really any different than the previous one.

[Maple Plot]

The last graph but viewed from a different direction. Is it easier to see the intersection now? It should be a line.

[Maple Plot]

Below is a movie showing the results of the row operations.

[Maple Plot]

 

Return to Math 131 Supplementary Material Menu