Chapter 1. Vectors, Matrices, and Linear Spaces

Similar documents
Section Gaussian Elimination

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Chapter 2. Systems of Equations and Augmented Matrices. Creighton University

MATH 54 - WORKSHEET 1 MONDAY 6/22

Elementary matrices, continued. To summarize, we have identified 3 types of row operations and their corresponding

System of Linear Equations

Linear Algebra I Lecture 10

Row Reduction and Echelon Forms

Math "Matrix Approach to Solving Systems" Bibiana Lopez. November Crafton Hills College. (CHC) 6.3 November / 25

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

Matrix Solutions to Linear Equations

Solving Linear Systems Using Gaussian Elimination

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

Lecture 2 Systems of Linear Equations and Matrices, Continued

Row Reduced Echelon Form

3. Replace any row by the sum of that row and a constant multiple of any other row.

System of Linear Equations

9.1 - Systems of Linear Equations: Two Variables

1 - Systems of Linear Equations

Solving Systems of Linear Equations

SOLVING Ax = b: GAUSS-JORDAN ELIMINATION [LARSON 1.2]

Linear Algebra I Lecture 8

Section 6.2 Larger Systems of Linear Equations

Gauss-Jordan Row Reduction and Reduced Row Echelon Form

EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal

Matrices and RRE Form

3.4 Elementary Matrices and Matrix Inverse

Math 1314 Week #14 Notes

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS

Exercise Sketch these lines and find their intersection.

4 Elementary matrices, continued

1300 Linear Algebra and Vector Geometry Week 2: Jan , Gauss-Jordan, homogeneous matrices, intro matrix arithmetic

1300 Linear Algebra and Vector Geometry

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini

1 Last time: linear systems and row operations

4 Elementary matrices, continued

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

10.3 Matrices and Systems Of

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve:

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix

Lecture 1 Systems of Linear Equations and Matrices

Linear System Equations

Chapter 4. Solving Systems of Equations. Chapter 4

Linear Equations in Linear Algebra

Methods for Solving Linear Systems Part 2

Lectures on Linear Algebra for IT

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

Problem Sheet 1 with Solutions GRA 6035 Mathematics

Linear Equations in Linear Algebra

Math 344 Lecture # Linear Systems

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

Evaluating Determinants by Row Reduction

The Gauss-Jordan Elimination Algorithm

Chapter 1: Systems of Linear Equations

0.0.1 Section 1.2: Row Reduction and Echelon Forms Echelon form (or row echelon form): 1. All nonzero rows are above any rows of all zeros.

Chapter 1 Linear Equations. 1.1 Systems of Linear Equations

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3

Math 3C Lecture 20. John Douglas Moore

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

March 19 - Solving Linear Systems

Relationships Between Planes

Section 1.1: Systems of Linear Equations

MAC Module 1 Systems of Linear Equations and Matrices I

Solving Systems of Linear Equations Using Matrices

10. Rank-nullity Definition Let A M m,n (F ). The row space of A is the span of the rows. The column space of A is the span of the columns.

Lecture 6 & 7. Shuanglin Shao. September 16th and 18th, 2013

Chapter 2: Matrices and Linear Systems

Linear equations in linear algebra

13. Systems of Linear Equations 1

Math 314 Lecture Notes Section 006 Fall 2006

Math Linear Algebra Final Exam Review Sheet

CHAPTER 9: Systems of Equations and Matrices

Linear Algebra Handout

Extra Problems: Chapter 1

1 System of linear equations

4.3 Row operations. As we have seen in Section 4.1 we can simplify a system of equations by either:

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix

Chapter 3. Directions: For questions 1-11 mark each statement True or False. Justify each answer.

Lecture 3: Gaussian Elimination, continued. Lecture 3: Gaussian Elimination, continued

Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

Elimination Method Streamlined

Notes on Row Reduction

(I.D) Solving Linear Systems via Row-Reduction

Matrix equation Ax = b

Lecture 03. Math 22 Summer 2017 Section 2 June 26, 2017

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

It is the purpose of this chapter to establish procedures for efficiently determining the solution of a system of linear equations.

Chapter 2: Approximating Solutions of Linear Systems

MTH 2530: Linear Algebra. Sec Systems of Linear Equations

Chapter 9: Systems of Equations and Inequalities

MA 1B PRACTICAL - HOMEWORK SET 3 SOLUTIONS. Solution. (d) We have matrix form Ax = b and vector equation 4

CHAPTER 9: Systems of Equations and Matrices

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

UNIT 3 INTERSECTIONS OF LINES AND PLANES

Chapter 1: Linear Equations

Transcription:

1.4 Solving Systems of Linear Equations 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.4. Solving Systems of Linear Equations Note. We give an algorithm for solving a system of linear equations (called the Gauss-Jordan method). This algorithm will give the unique solution when it exists, give a way to find multiple solutions when they exist, and reveal when no solution exists. Definition. A system of m linear equations in the n unknowns x 1,x 2,...,x n is a system of the form: a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.. a m1 x 1 + a m2 x 2 + + a mn x n = b m. Note. The above system can be written as A x = b where A is the coefficient matrix and x is the vector of variables. A solution to the system is a vector s such that A s = b. Defninition. The augmented matrix for the above system is a 11 a 12 a 1n b 1 [A a b] = 21 a 22 a 2n b 2... a m1 a m2 a mn b m

1.4 Solving Systems of Linear Equations 2 Note 1.4.A. We will perform certain operations on the augmented matrix which correspond to the following manipulations of the system of equations: 1. interchange two equations, 2. multiply an equation by a nonzero constant, 3. replace an equation by the sum of itself and a multiple of another equation. Definition. The following are elementary row operations: 1. interchange row i and row j (denoted R i R j ), 2. multiplying the ith row by a nonzero scalar s (denoted R i sr i ), and 3. adding the ith row to s times the jth row (denoted R i R i + sr j ). If matrix A can be obtained from matrix B by a series of elementary row operations, then A is row equivalent to B, denoted A B (or sometimes denoted A B). Notice. These operations correspond to the above manipulations of the equations and so: Theorem 1.6. Invariance of Solution Sets Under Row Equivalence. If [A b] [H c] then the linear systems A x = b and H x = c have the same solution sets. Definition 1.12. A matrix is in row-echelon form (abbreviated REF ) if 1. all rows containing only zeros appear below rows with nonzero entries, and 2. the first nonzero entry in any row appears in a column to the right of the first nonzero entry in any preceding row. For such a matrix, the first nonzero entry in a row is the pivot for that row.

1.4 Solving Systems of Linear Equations 3 Example. Which of the following is in row echelon form? 1 2 3 1 2 3 2 4 0 0 4 5 0 4 5 1 3 2 0 0 6 6 0 0 0 0 0 Note. If an augmented matrix is in row-echelon form, we can use the method of back substitution to find solutions. Example 1.4.A. Solve the system x 1 + 3x 2 x 3 = 4 x 2 x 3 = 1 x 3 = 3. Definition 1.13. A linear system having no solution is inconsistent. If it has one or more solutions, it is consistent. Example 1.4.B. Is this system consistent or inconsistent: 2x 1 + x 2 x 3 = 1 x 1 x 2 + 3x 3 = 1 3x 1 + 2x 3 = 3?

1.4 Solving Systems of Linear Equations 4 Example 1.4.C. Is this system consistent or inconsistent: 2x 1 + x 2 x 3 = 1 x 1 x 2 + 3x 3 = 1 3x 1 + 2x 3 = 2? (HINT: This system has multiple solutions. Express the solutions in terms of an unknown parameter r). Note. In the above example, r is a free variable and the general solution is in terms of this free variable. Note. Reducing a Matrix to Row-Echelon Form. 1. If the first column is all zeros, mentally cross it off. Repeat this process as necessary. 2(a). Use row interchange if necessary to get a nonzero entry (pivot) p in the top row of the remaining matrix. 2(b). For each row R below the row containing this entry p, add r/p times the row containing p to R where r is the entry of row R in the column which contains pivot p. (This gives all zero entries below pivot p.) 3. Mentally cross off the first row and first column to create a smaller matrix. Repeat the process (1) - (3) until either no rows or no columns remain.

1.4 Solving Systems of Linear Equations 5 Example. Page 68 number 2(a). Example. Page 69 number 16(a). (Put the associated augmented matrix in rowechelon form and then use substitution.) Note. The above method is called Gauss reduction with back substitution. Note 1.4.B. The system A x = b is equivalent to the system (see Note 1.3.A): x 1 a 1 + x 2 a 2 + + x n a n = b where a i is the ith column vector of A. Therefore, A x = b is consistent if and only if b is in the span of a 1, a 2,..., a n (the columns of A). Definition. A matrix is in reduced row-echelon form (abbreviated RREF ) if all the pivots are 1 and all entries above and below pivots are 0. Examples. Page 68 number 2(b) and Page 69 number 16(b). Note. The above method is the Gauss-Jordan method.

1.4 Solving Systems of Linear Equations 6 Theorem 1.7. Solutions of A x = b. Let A x = b be a linear system and let [A b] [H c] where H is in row-echelon form. 1. The system A x = b is inconsistent if and only if [H c] has a row with all entries equal to 0 to the left of the partition and a nonzero entry to the right of the partition. 2. If A x = b is consistent and every column of H contains a pivot, the system has a unique solution. 3. If A x = b is consistent and some column of H has no pivot, the system has infinitely many solutions, with as many free variables as there are pivot-free columns of H. Definition 1.14. A matrix that can be obtained from an identity matrix by means of one elementary row operation is an elementary matrix. Theorem 1.8. Let A be an m n matrix and let E be an m m elementary matrix. Multiplication of A on the left by E effects the same elementary row operation on A that was performed on the identity matrix to obtain E. Note. We give the proof now for Row Interchange (Page 71 Number 52) and Row Addition (page 71 Number 54). The proof for Row Scaling is to be given in Exercise 53.

1.4 Solving Systems of Linear Equations 7 Example 1.4.D. Multiply some 3 3 matrix A by 0 1 0 E = 1 0 0 0 0 1 to swap Row 1 and Row 2. Note. If A is row equivalent to B, then we can find C such that CA = B and C is a product of elementary matrices. Examples. Page 70 Number 44, Page 70 Number 50, Page 71 Number 56. Last modified: 9/10/2018