24.03.2013 Views

Linear Programming Lecture Notes - Penn State Personal Web Server

Linear Programming Lecture Notes - Penn State Personal Web Server

Linear Programming Lecture Notes - Penn State Personal Web Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Definition 3.46 (Basic Variables). For historical reasons, the variables in the vector<br />

xB are called the basic variables and the variables in the vector xN are called the non-basic<br />

variables.<br />

We can use matrix multiplication to expand the left hand side of this expression as:<br />

(3.50) BxB + NxN = b<br />

The fact that B is composed of all linearly independent columns implies that applying Gauss-<br />

Jordan elimination to it will yield an m × m identity and thus that B is invertible. We can<br />

solve for basic variables xB in terms of the non-basic variables:<br />

(3.51) xB = B −1 b − B −1 NxN<br />

We can find an arbitrary solution to the system of linear equations by choosing values for<br />

the variables the non-basic variables and solving for the basic variable values using Equation<br />

3.51.<br />

Definition 3.47. (Basic Solution) When we assign xN = 0, the resulting solution for x<br />

is called a basic solution and<br />

(3.52) xB = B −1 b<br />

Example 3.48. Consider the problem:<br />

<br />

1 2 3<br />

(3.53)<br />

4 5 6<br />

⎡<br />

⎣ x1<br />

⎤<br />

<br />

x2⎦<br />

7<br />

=<br />

8<br />

x3<br />

Then we can let x3 = 0 and:<br />

<br />

1 2<br />

(3.54) B =<br />

4 5<br />

We then solve1 :<br />

<br />

x1<br />

(3.55) = B −1<br />

x2<br />

<br />

7<br />

=<br />

8<br />

<br />

−19<br />

3<br />

20<br />

3<br />

Other basic solutions could be formed by creating B out of columns 1 and 3 or columns<br />

2 and 3.<br />

and<br />

Exercise 38. Find the two other basic solutions in Example 3.48 corresponding to<br />

<br />

2 3<br />

B =<br />

5 6<br />

B =<br />

<br />

1 3<br />

4 6<br />

In each case, determine what the matrix N is. [Hint: Find the solutions any way you like.<br />

Make sure you record exactly which xi (i ∈ {1, 2, 3}) is equal to zero in each case.]<br />

1 Thanks to Doug Mercer, who found a typo below that was fixed.<br />

46

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

Saved successfully!

Ooh no, something went wrong!