


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
linear equations and matrices, properties
Typology: Exercises
1 / 4
This page cannot be seen from the preview
Don't miss anything!



In the definitions that follow, a nonzero row or column in a matrix means a row or column that contains at least one nonzero entry; a leading entry of a row refers to the leftmost nonzero entry (in a nonzero row).
Definition 1. A rectangular matrix is in echelon form (or row echelon form) if it has the following three properties:
If a matrix in echelon form satisfies the following additional conditions, then it is in reduced echelon form (or reduced row echelon form):
An echelon matrix (respectively, reduced echelon matrix) is one that is in echelon form (respectively, reduced echelon form.)
Theorem 1 (Uniqueness of the Reduced Echelon Form). Each matrix is row equivalent to one and only one reduced echelon matrix.
For the proof, we need to wait until we learn about linear independence in vector spaces in chapter 4. If a matrix A is row equivalent to an echelon matrix U , we call U an echelon form (or row echelon form) of A; if U is in reduced echelon form, we call U the reduced echelon form of A.
Definition 2. A pivot position in a matrix A is a location in A that corresponds to a leading 1 in the reduced echelon form of A. A pivot column is a column of A that contains a pivot position.
Example 1. Row reduce the matrix A below to echelon form, and locate the pivot columns of A.
Solution. The top of the leftmost nonzero column is the first pivot position. A nonzero entry, or pivot, must be placed in this position. Now, interchange rows 1 and 4.
Create zeros below the pivot, 1, by adding multiples of the first row to the rows below, and obtain the next matrix. (^)
Add − 5 /2 times row 2 to row 3, and add 3/2 times row 2 to row 4.
There is no way to create a leading entry in column 3! However, if we interchange rows 3 and 4, we can produce a leading entry in column 4. (^)
The matrix is in echelon form and thus reveals that columns 1, 2, and 4 of A are pivot columns. The pivots in this example are 1, 2 and −5.
Example 2. Apply elementary row operations to transform the following matrix first into echelon form and then into reduced echelon form: (^)
Solution. STEP 1: Begin with the leftmost nonzero column. This is a pivot column. The pivot position is at the top. STEP 2: Select a nonzero entry in the pivot column as a pivot. If necessary, interchange rows to move this entry into the pivot position. Interchange rows 1 and 3. (We could have interchanged rows 1 and 2 instead) (^)
STEP 3: Use row replacement operations to create zeros in all positions below the pivot. We could have divided the top row by the pivot, 3, but with two 3s in column 1, it is just as easy to add −1 times row 1 to row 2. (^)
STEP 4: Cover (or ignore) the row containing the pivot position and cover all rows, if any, above it. Apply steps 1-3 to the submatrix that remains. Repeat the process until there are no more nonzero rows to modify. With row 1 covered, step 1 shows that column 2 is the next pivot column; for step 2, select as a pivot the “top” entry in that column. For step 3, we could insert an optional step of dividing the “top” row of the submatrix by the pivot, 2. Instead, we add − 3 /2 times the “top” row to the row below. This produces the following matrix. (^)
When we cover the row containing the second pivot position for step 4, we are left with a new submatrix that has only one row. Steps 1-3 require no work for this submatrix, and we have reached an echelon form of the full matrix. We perform one more step to obtain the reduced echelon form. STEP 5: Beginning with the rightmost pivot and working upward and to the left, create zeros above each pivot. If a pivot is not 1, make it 1 by a scaling operation. The rightmost pivot is in row 3. Create
The statement “x 3 is free” means that you are free to choose any value for x 3. Once that is done, the formulas in (4) and (5) determine the values for x 1 and x 2. For instance, when x 3 = 0, the solution is (1, 4 , 0); when x 3 = 1, the solution is (6, 3 , 1). Each different choice of x 3 determines a (different) solution of the system, and every solution of the system is determined by a choice of x 3. The descriptions in (4) and (5) are parametric descriptions of solutions sets in which the free variables act as parameters. Solving a system amounts to finding a parametric description of the solution set or determining that the solution set is empty. Whenever a system is consistent and has free variables, the solution set has many parametric descriptions. For instance, in system (1), (2), we may add 5 times equation 2 to equation 1 and obtain the following equivalent system
x 1 + 5x 2 = 21 x 2 + x 3 = 4
We could treat x 2 as a parameter and solve for x 1 and x 3 in terms of x 2 , and we would have an accurate description of the solution set. Whenever a system is inconsistent, the solution set is empty, even when the system has free variables. In this case, the solution set has no parametric representation.
Theorem 2 (Existence and Uniqueness). A linear system is consistent if and only if the rightmost column of the augmented matrix is not a pivot columni.e., if and only if an echelon form of the augmented matrix has no row of the form [0... 0 b], with b 6 = 0.
If a linear system is consistent, then the solution set contains either (i) a unique solution, when there are no free variables, or (ii) infinitely many solutions, when there is at least on free variable.
1.2.1 Using Row Reduction to Solve a Linear System