
i i “main” 2007/2/16 page 139 i i 2.4 Elementary Row Operations and Row-Echelon Matrices 139 3. Verify that for all values of t, 213 3 10. A = 4 −12 , b = 1 . (1 − t,2 + 3t,3 − 2t) 763 −5 is a solution to the linear system 11. Consider the m × n homogeneous system of linear equations x1 + x2 + x3 = 6, x1 − x2 − 2x3 =−7, Ax = 0. (2.3.2) 5x1 + x2 − x3 = 4. 4. Verify that for all values of s and t, T T (s, s − 2t,2s + 3t,t) (a) If x =[x1 x2 ... xn] and y =[y1 y2 ... yn] are solutions to (2.3.2), show that is a solution to the linear system z = x + y and w = cx x1 + x2 − x3 + 5x4 = 0, 2x − x + 7x = 0, 2 3 4 are also solutions, where c is an arbitrary scalar. 4x1 + 2x2 − 3x3 + 13x4 = 0. (b) Is the result of (a) true when x and y are solu- 5. By making a sketch in the xy-plane, prove that the tions to the nonhomogeneous system Ax = b? following linear system has no solution: Explain. 2x + 3y = 1, For Problems 12–15, write the vector formulation for the 2x + 3y = 2. given system of differential equations. For Problems 6–8, determine the coefficient matrix, A,the =− + + = − + 2 12. x1 4x1 3x2 4t, x2 6x1 4x2 t . right-hand-side vector, b, and the augmented matrix A# of the given system. = 2 − = − + 13. x1 t x1 tx2, x2 ( sin t)x1 x2. + − = x1 2x2 3x3 1, 2t 14. x = e x2, x + (sin t)x1 = 1. 6. 2x1 + 4x2 − 5x3 = 2, 1 2 + − = 7x1 2x2 x3 3. = − + + =− t + 2 + 3 15. x1 ( sin t)x2 x3 t, x2 e x1 t x3 t , x + y + z − w = 3, x =−tx + t2x + 1. 7. 3 1 2 2x + 4y − 3z + 7w = 2. For Problems 16–17 verify that the given vector function x x1 + 2x2 − x3 = 0, defines a solution to x = Ax + b for the given A and b. 8. 2x1 + 3x2 − 2x3 = 0, 5x + 6x − 5x = 0. e4t 2 −1 0 1 2 3 16. x(t) = ,A= , b(t) = . −2e4t −23 0 For Problems 9–10, write the system of equations with the given coefficient matrix and right-hand-side vector. −2t + − = 4e 2 sin t = 1 4 17. x(t) −2t − ,A − , 1 −123 1 3e cos t 32 9. A = 11−26 , b = −1 . −2(cos t + sin t) b(t) = . 3142 2 7sint + 2 cos t 2.4 Elementary Row Operations and Row-Echelon Matrices In the next section we will develop methods for solving a system of linear equations. These methods will consist of reducing a given system of equations to a new system that has the same solution set as the given system but is easier to solve. In this section we introduce the requisite mathematical results. i i i i i i “main” 2007/2/16 page 140 i i 140 CHAPTER 2 Matrices and Systems of Linear Equations Elementary Row Operations The first step in deriving systematic procedures for solving a linear system is to determine what operations can be performed on such a system without altering its solution set. Example 2.4.1 Consider the system of equations x1 + 2x2 + 4x3 = 2, (2.4.1) 2x1 − 5x2 + 3x3 = 6, (2.4.2) 4x1 + 6x2 − 7x3 = 8. (2.4.3) Solution: If we permute (i.e., interchange), say, Equations (2.4.1) and (2.4.2), the resulting system is 2x1 − 5x2 + 3x3 = 6, x1 + 2x2 + 4x3 = 2, 4x1 + 6x2 − 7x3 = 8, which certainly has the same solution set as the original system. Returning to the original system, if we multiply, say, Equation (2.4.2) by 5, we obtain the system x1 + 2x2 + 4x3 = 2, 10x1 − 25x2 + 15x3 = 30, 4x1 + 6x2 − 7x3 = 8, which again has the same solution set as the original system. Finally, if we add, say, twice Equation (2.4.1) to Equation (2.4.3), we obtain the system x1 + 2x2 + 4x3 = 2, (2.4.4) 2x1 − 5x2 + 3x3 = 6, (2.4.5) (4x1 + 6x2 − 7x3) + 2(x1 + 2x2 + 4x3) = 8 + 2(2). (2.4.6) We can verify that, if (2.4.4)–(2.4.6) are satisfied, then so are (2.4.1)–(2.4.3), and vice versa. It follows that the system of equations (2.4.4)–(2.4.6) has the same solution set as the original system of equations (2.4.1)–(2.4.3). More generally, similar reasoning can be used to show that the following three operations can be performed on any m × n system of linear equations without altering the solution set: 1. Permute equations. 2. Multiply an equation by a nonzero constant. 3. Add a multiple of one equation to another equation. Since these operations involve changes only in the system coefficients and constants (and not changes in the variables), they can be represented by the following operations on the rows of the augmented matrix of the system: 1. Permute rows. 2. Multiply a row by a nonzero constant. 3. Add a multiple of one row to another row. i i i i i i “main” 2007/2/16 page 141 i i 2.4 Elementary Row Operations and Row-Echelon Matrices 141 These three operations, called elementary row operations, will be a basic computational tool throughout the text, even in cases when the matrix under consideration is not derived from a system of linear equations. The following notation will be used to describe elementary row operations performed on a matrix A. 1. Pij : Permute the ith and jth rows in A. 2. Mi(k): Multiply every element of the ith row of A by a nonzero scalar k. 3. Aij (k): Add to the elements of the jth row of A the scalar k times the corresponding elements of the ith row of A. Furthermore, the notation A ∼ B will mean that matrix B has been obtained from matrix A by a sequence of elementary row operations. To reference a particular elemen- tary row operation used in, say, the nth step of the sequence of elementary row operations, n we will write ∼ B. Example 2.4.2 The one-step operations performed on the system in Example 2.4.1 can be described as follows using elementary row operations on the augmented matrix of the system: 1242 2 −536 1 2 −536∼ 1242 1. P12. Permute (2.4.1) and (2.4.2). 46−78 46−78 1242 1242 1 2 −536∼ 10 −25 15 30 1. M2(5). Multiply (2.4.2) by 5. 46−78 46−78 1242 1242 1 2 −536∼ 2 −53 6 1. A13(2). Add 2 times (2.4.1) to (2.4.3). 46−78 610112 It is important to realize that each elementary row operation is reversible; we can “un- do” a given elementary row operation by another elementary row operation to bring the modified linear system back into its original form. Specifically, in terms of the notation introduced above, the reverse operations are determined as follows (ERO refers here to “elementary row operation”): ERO Applied to A Reverse ERO Applied to B A ∼ BB∼ A Pij Pji: Permute row j and i in B. Mi(k)Mi(1/k): Multiply the ith row of B by 1/k. Aij (k)Aij (−k): Add to the elements of the jth row of B the scalar −k times the corresponding elements of the ith row of B We introduce a special term for matrices that are related via elementary row operations. DEFINITION 2.4.3 Let A be an m × n matrix. Any matrix obtained from A by a finite sequence of elementary row operations is said to be row-equivalent to A. i i i i i i “main” 2007/2/16 page 142 i i 142 CHAPTER 2 Matrices and Systems of Linear Equations Thus, all of the matrices in the previous example are row-equivalent. Since elemen- tary row operations do not alter the solution set of a linear system, we have the next theorem. Theorem 2.4.4 Systems of linear equations with row-equivalent augmented matrices have the same solution sets. Row-Echelon Matrices Our methods for solving a system of linear equations will consist of using elementary row operations to reduce the augmented matrix of the given system to a simple form. But how simple a form should we aim for? In order to answer this question, consider the system x1 + x2 − x3 = 4, (2.4.7) x2 − 3x3 = 5, (2.4.8) x3 = 2. (2.4.9) This system can be solved most easily as follows. From Equation (2.4.9), x3 = 2. Substituting this value into Equation (2.4.8) and solving for x2 yields x2 = 5 + 6 = 11. Finally, substituting for x3 and x2 into Equation (2.4.7) and solving for x1, we obtain x1 =−5. Thus, the solution to the given system of equations is (−5, 11, 2), a single vector in R3. This technique is called back substitution and could be used because the given system has a simple form. The augmented matrix of the system is 11−14 01−35 00 12 We see that the submatrix consisting of the first three columns (which corresponds to the matrix of coefficients) is an upper triangular matrix with the leftmost nonzero entry in each row equal to 1. The back-substitution method will work on any system of linear equations with an augmented matrix of this form.
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages12 Page
-
File Size-