Linear System Equations

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

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

Lecture Notes: Solving Linear Systems with Gauss Elimination

Math 1314 Week #14 Notes

Linear Algebra I Lecture 10

1 - Systems of Linear Equations

Section 6.2 Larger Systems of Linear Equations

Gauss-Jordan Row Reduction and Reduced Row Echelon Form

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

Methods for Solving Linear Systems Part 2

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Linear Algebra I Lecture 8

System of Linear Equations

Math 2030 Assignment 5 Solutions

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Notes on Row Reduction

Chapter 1. Vectors, Matrices, and Linear Spaces

Problem Sheet 1 with Solutions GRA 6035 Mathematics

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

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

Matrices and systems of linear equations

Extra Problems: Chapter 1

MATH 2360 REVIEW PROBLEMS

9.1 - Systems of Linear Equations: Two Variables

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Section Gaussian Elimination

CONSISTENCY OF EQUATIONS

Lecture 2 Systems of Linear Equations and Matrices, Continued

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

EXAM. Exam #1. Math 2360, Second Summer Session, April 24, 2001 ANSWERS

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

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

Math 301 Test I. M. Randall Holmes. September 8, 2008

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ]

Lecture 21: 5.6 Rank and Nullity

4 Elementary matrices, continued

Math x + 3y 5z = 14 3x 2y + 3z = 17 4x + 3y 2z = 1

4 Elementary matrices, continued

Linear equations in linear algebra

Linear Algebra 1 Exam 1 Solutions 6/12/3

MATH 307 Test 1 Study Guide

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

Systems of Linear Equations

Chapter 6 Page 1 of 10. Lecture Guide. Math College Algebra Chapter 6. to accompany. College Algebra by Julie Miller

Chapter 3. Linear Equations. Josef Leydold Mathematical Methods WS 2018/19 3 Linear Equations 1 / 33

System of Linear Equations

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

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

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

MATH 2050 Assignment 6 Fall 2018 Due: Thursday, November 1. x + y + 2z = 2 x + y + z = c 4x + 2z = 2

MTH 2530: Linear Algebra. Sec Systems of Linear Equations

Solving Systems of Linear Equations Using Matrices

Elementary Row Operations on Matrices

Solving Systems of Linear Equations

Linear Algebra I for Science (NYC)

5.7 Cramer's Rule 1. Using Determinants to Solve Systems Assumes the system of two equations in two unknowns

Exercise Sketch these lines and find their intersection.

Section 1.1: Systems of Linear Equations

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

Matrices and Determinants

The matrix will only be consistent if the last entry of row three is 0, meaning 2b 3 + b 2 b 1 = 0.

Lectures on Linear Algebra for IT

Chapter 1: Systems of Linear Equations

Math 2331 Linear Algebra

MIDTERM 1 - SOLUTIONS

Relationships Between Planes

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS

Digital Workbook for GRA 6035 Mathematics

Chapter 1 Linear Equations. 1.1 Systems of Linear Equations

Matrices and RRE Form

Chapter 2: Matrices and Linear Systems

Chapter 4. Solving Systems of Equations. Chapter 4

Solving Linear Systems Using Gaussian Elimination

Lecture 22: Section 4.7

Linear Systems and Matrices

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

MAC Module 1 Systems of Linear Equations and Matrices I

Chapter 2: Approximating Solutions of Linear Systems

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true?

Linear Equations in Linear Algebra

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

1111: Linear Algebra I

Chapter Practice Test Name: Period: Date:

Lecture 1 Systems of Linear Equations and Matrices

Systems of Equations

Chapter 1: Systems of Linear Equations and Matrices

1. Solve each linear system using Gaussian elimination or Gauss-Jordan reduction. The augmented matrix of this linear system is

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

Row Space, Column Space, and Nullspace

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

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University

Solutions to Homework 5 - Math 3410

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

Gauss-Jordan elimination ( used in the videos below) stops when the augmented coefficient

2018 Fall 2210Q Section 013 Midterm Exam I Solution

6-1 Study Guide and Intervention Multivariable Linear Systems and Row Operations

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.

7.6 The Inverse of a Square Matrix

Elementary Linear Algebra

DM559 Linear and Integer Programming. Lecture 6 Rank and Range. Marco Chiarandini

Transcription:

King Saud University September 24, 2018

Table of contents 1 2 3 4

Definition A linear system of equations with m equations and n unknowns is defined as follows: a 1,1 x 1 + a 1,2 x 2 + + a 1,n x n = b 1 a 2,1 x 1 + a 2,2 x 2 + + a 2,n x n = b 2..... +. +. a m,1 x 1 + a m,2 x 2 + + a m,n x n = b m. where b 1,..., b n, (a j,k ) are real numbers with (1 j m, 1 k n) called the data of the system and x 1,..., x n the unknowns or the variables of the system.

The following linear system with two variables { 4x y = 5 7x + 2y = 3 can be interpreted as the intersection in the plane of the straight lines of equations respectively 4x y = 5 and 7x + 2y = 3.

This linear system can be represented in matrix form: AX = B where a 1,1 a 1,2 a 1,n b 1 x 1 a 2,1 a 2,2 a 2,n A =...., B = b 2., X = x 2.. a m,1 a m,2 a m,n b m x n

Example ( ) ( ) 1 1 0 1 2 Let the matrices A = and C = and we look 1 2 1 2 3 for a matrix ( of order ) (2, 3) such that AB = C. x y z If B = we find the following linear system: t u v x t = 0 x 2t = 1 y u = 1 y 2u = 2 z v = 2 z 2v = 3 The solution of this system is ( 1, 0, 1, 1, 1, 1) x = t = 1, y = 0, u = 1, z = 1, v = 1.

Definition 1 Two linear systems are called equivalent if they have the same solutions. 2 We say that a linear system is consistent if it has solutions and we call that it is inconsistent if it has no solutions.

The augmented matrix of the linear system AX = B is the matrix [A B]. The elementary row operations on the augmented matrix of a system produce the augmented matrix of an equivalent system.

The Gauss-Jordan elimination method to solve a system of linear equations is described in the following steps. 1 Write the augmented matrix of the system. 2 Use elementary row operations to transform the augmented matrix in a reduced row echelon form. 3 Solve the obtained triangular system.

The Gauss and Gauss Jordan Method The Gauss Jordan method consists to take the reduced row echelon form of the augmented matrix [A B] and solve the obtained system.

Examples Let the following linear system x + 2y z = 4 x + y = 2 The extended matrix of the system is y z = 4 and the matrix 1 2 1 4 1 1 0 2 0 1 1 4 1 2 1 4 0 1 1 4 0 0 1 3 is a row echelon form of this matrix.

Using Gauss method, the system has a unique solution which is x = 1, y = 1, z = 3. The reduced row echelon form of this matrix is 1 0 0 1 0 1 0 1. 0 0 1 3 Using Gauss Jordan method, the system has a unique solution which is x = 1, y = 1, z = 3.

x + 2y z + t = 1 3x y + 5z t = 2 5x + 3y + 3z + t = m ; m R.

1 2 1 1 0 1 8 1 4 1 7 7 7 0 0 0 0 m 4 is the reduced row echelon form of this the matrix. If m 4 The system is inconsistent. If m = 4 the system has an infinite solutions : {( 5 7 9 7 z + 1 7 t, 1 7 + 8 7 z 4 7 t, z, t) R4 }.

2y + 3z = 0 2x 4y + 2z = 1, x 2y + 5z = 0 x 2y = 1 The extended matrix of the system is: 0 2 3 0 2 4 2 1 1 2 5 0 1 2 0 1 1 2 0 1 A row echelon form of the extended matrix is 0 2 3 1 0 0 1 1 0 0 0 3 The system is inconsistent.

Give the relations between the numbers a, b and c such that the following linear system is consistent. x + y + 2z = a x + z = b 2x + y + 3z = c 1 1 2 a The extended matrix of the system is: 1 0 1 b. 2 1 3 c 1 1 2 a A row echelon form of the extended matrix is 0 1 1 a b. 0 0 0 c a b The system is consistent if and only if c a b = 0.

x + my + (m 1)z = m + 1 3x + 2y + mz = 3 (m 1)x + my + (m + 1)z = m 1 The determinant of the system is m 2 (m 4). If m = 0, the extended matrix of the system is: 1 m (m 1) m + 1 3 2 m 3 (m 1) m (m + 1) m 1 The extended matrix of the system is: 1 0 1 1 3 2 0 3 1 0 1 1

1 0 1 1 A row echelon form of the extended matrix is 0 2 3 0. 0 0 0 0 The system has an infinity of solutions {(1 + z, 3 2z, z); z R}. 1 4 3 5 If m = 4, a row echelon form of the extended matrix is 0 2 1 0. 0 0 0 12 The system is inconsistent.

Definition We say that a linear system AX = B is homogeneous if B = 0. Remarks 1 Any homogeneous linear system is consistent. 0 is a solution of the system. 2 If X 1 and X 2 are solutions of the homogeneous system AX = 0, then X 1 + λx 2 is also a solution of the linear system for all λ R. 3 If the homogeneous linear system AX = 0 has a non zero solution, it has an infinite number of solutions.

Theorem If X 0 is a solution of the linear system AX = B, then any solution X of the system is in the following form: X = X 0 + X 1 with X 1 is a solution of the homogeneous system. AX = 0.

Conculsion Any consistent linear system can has only one solution or an infinite number of solutions.

Theorem If A is a square matrix of order n and has an inverse, then the linear system AX = B has the following unique solution x 1 = deta 1 deta,..., x n = deta n deta. with A j is the matrix obtained by replace the j th column in the matrix A by the column matrix B.

Example Use Crammer method to solve the following system: 3x 2z = 2 2x + 3y 2z = 3 5x + 4y z = 1 3 0 2 2 3 2 5 4 1 = 1, 2 0 2 3 3 2 = 8 = x, 1 4 1 3 2 2 3 0 2 2 3 2 = 13 = y, 2 3 3 = 13 = z. 5 1 1 5 4 1