Section 1.1: Systems of Linear Equations

Similar documents
Linear Equations in Linear Algebra

Matrices and Systems of Equations

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

Matrices and RRE Form

1 - Systems of Linear Equations

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

Linear Equations in Linear Algebra

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

Relationships Between Planes

Math 1314 Week #14 Notes

Math 2331 Linear Algebra

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

Lectures on Linear Algebra for IT

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

Finite Math - J-term Section Systems of Linear Equations in Two Variables Example 1. Solve the system

Linear Algebra I Lecture 8

Notes on Row Reduction

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

System of Linear Equations

Lecture 7: Introduction to linear systems

Chapter 5. Linear Algebra. Sections 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

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

4 Elementary matrices, continued

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

x y = 1, 2x y + z = 2, and 3w + x + y + 2z = 0

4 Elementary matrices, continued

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:

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS

Linear equations in linear algebra

System of Linear Equations

Chapter 1. Vectors, Matrices, and Linear Spaces

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

Solving Linear Systems Using Gaussian Elimination

Chapter 1: Systems of Linear Equations

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

Section Gaussian Elimination

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

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

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

Linear System Equations

1 Last time: linear systems and row operations

MATRICES. a m,1 a m,n A =

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.

Matrices and systems of linear equations

Math Studio College Algebra

Matrices: 2.1 Operations with Matrices

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

Matrix Basic Concepts

Section 5.3 Systems of Linear Equations: Determinants

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

System of Linear Equations. Slide for MA1203 Business Mathematics II Week 1 & 2

Chapter 7. Tridiagonal linear systems. Solving tridiagonal systems of equations. and subdiagonal. E.g. a 21 a 22 a A =

Matrices and Systems of Equations

Elementary Row Operations on Matrices

MATH 54 - WORKSHEET 1 MONDAY 6/22

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

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

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

Matrix Algebra Lecture Notes. 1 What is Matrix Algebra? Last change: 18 July Linear forms

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

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

MTHSC 3110 Section 1.1

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

Matrices and Systems of Equations

PH1105 Lecture Notes on Linear Algebra.

Row Reduction and Echelon Forms

Section 1.1: Systems of Linear Equations. A linear equation: a 1 x 1 a 2 x 2 a n x n b. EXAMPLE: 4x 1 5x 2 2 x 1 and x x 1 x 3

M 340L CS Homework Set 1

Methods for Solving Linear Systems Part 2

Section 6.2 Larger Systems of Linear Equations

Chapter 9: Systems of Equations and Inequalities

Gauss-Jordan Row Reduction and Reduced Row Echelon Form

Chapter 1: Systems of Linear Equations and Matrices

Section 6.3. Matrices and Systems of Equations

Introduction to Determinants

Elementary maths for GMT

CHAPTER 9: Systems of Equations and Matrices

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

Chapter 1 Vector Spaces

March 19 - Solving Linear Systems

Definition of Equality of Matrices. Example 1: Equality of Matrices. Consider the four 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

Linear Algebra I Lecture 10

Evaluating Determinants by Row Reduction

a. Define your variables. b. Construct and fill in a table. c. State the Linear Programming Problem. Do Not Solve.

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

Linear Algebra March 16, 2019

Lecture 1 Systems of Linear Equations and Matrices

Solving Linear Systems

Elementary Linear Algebra

MAC Module 1 Systems of Linear Equations and Matrices I

Exercise Sketch these lines and find their intersection.

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

Linear Equations in Linear Algebra

CHAPTER 9: Systems of Equations and Matrices

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

Math 3C Lecture 20. John Douglas Moore

Transcription:

Section 1.1: Systems of Linear Equations Two Linear Equations in Two Unknowns Recall that the equation of a line in 2D can be written in standard form: a 1 x 1 + a 2 x 2 = b. Definition. A 2 2 system of linear equations has two equations and two unknowns (x 1, x 2 ): a 11 x 1 + a 12 x 2 = b 1 a 21 x 1 + a 22 x 2 = b 2 The a ij s and b i s are real numbers and the x i s are variables. A solution to a 2 2 linear system is a 2-tuple (x 1, x 2 ) of numbers that satisfies both equations in the system. The set of all solutions is called the solution set. A system is called consistent if it has at least one solution, or inconsistent otherwise. Three situations can occur: the two equations have lines (a) intersecting at a single point, (b) parallel and intersecting nowhere, or (c) parallel and are the same line. (a) (b) (c) x 1 + x 2 = 5 x 1 + x 2 = 5 x 1 + x 2 = 5 x 1 x 2 = 5 x 1 + x 2 = 0 x 1 x 2 = 5 consistent inconsistent consistent solution(s): (5, 0) solution(s): none solution(s): {(α, 5 α) : α R} In general, these are the only three situations that can occur. If the system is consistent, it has either exactly one solution or an infinite number of solutions.

M309 Notes, R.G. Lynch, Texas A&M Section 1.1: Systems of Linear Equations Page 2 of 6 General Linear Systems Nothing is special about the case of two equations with two unknowns. We can generalize all of these concepts to m equations with n unknowns. Definition. A linear equation with n unknowns (that is, in n dimensions) is of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a i, b R are numbers are the x i s are variables. A linear system with m equations in n unknowns is 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 A solution of the system is an n-tuple (x 1, x 2,..., x n ) that satisfies all m equations. Consistency is defined in the same way as 2 2 systems and again, we can only have exactly one solution, an infinite number of solutions, or no solutions. Example. Let s examine the solution sets of the following linear systems (a) 3x 1 + 2x 2 x 3 = 2 x 2 = 3 2x 3 = 4. (b) 3x 1 + 2x 2 x 3 = 2 3x 1 x 2 + x 3 = 5 3x 1 + 2x 2 + x 3 = 2 Definition. Two systems of equations involving the same variables are equivalent if they have the same solution set. There are three operations that can be used on a system to obtain an equivalent system: I. The order of the equations can be changed. II. Both sides of an equation may be multiplied by the same nonzero real number. III. A multiple of one equation can be added/subtracted to another.

M309 Notes, R.G. Lynch, Texas A&M Section 1.1: Systems of Linear Equations Page 3 of 6 n n Systems Definition. A system is said to be in strict triangular form if, in the kth equation, the coefficients of the first k 1 variables are all zero and the coefficient of x k is nonzero. If an n n linear system can be changed to strict triangular form, then it has a unique solution. Example. Solve the following systems. We use a method called back substitution. (a) 3x 1 + 2x 2 + x 3 = 1 x 2 x 3 = 2 2x 3 = 4 (b) 2x 1 x 2 + 3x 3 2x 4 = 1 x 2 2x 3 + 3x 4 = 2 4x 3 + 3x 4 = 3 4x 4 = 4

M309 Notes, R.G. Lynch, Texas A&M Section 1.1: Systems of Linear Equations Page 4 of 6 (c) x 1 + 2x 2 + x 3 = 3 3x 1 x 2 3x 3 = 1 2x 1 + 3x 2 + x 3 = 4 Definition. Looking at the last example, we can associate with it a 3 3 array of numbers who entries are the coefficients of the x i s: 1 2 1 3 1 3 2 3 1 called the coefficient matrix of the system. A matrix is simply a rectangular array of numbers. A matrix with m rows and n columns is said to be m n and if m = n it is called square. Definition. We can also attach to the coefficient matrix the another column with the b i s in it: 1 2 1 3 3 1 3 1 2 3 1 4 This is called an augmented matrix. We can actually attach any two matrices with the same number of rows in this way, not just a square one and another column. That is, if A is an m r matrix and B is an m s matrix, then the augmented matrix (A B) is a m (r + s) matrix. Definition. Since the augmented matrix of a linear system is just a convenient way to represent a linear system of equations, we can apply the same three operations to it. These are called Elementary Row Operations: I. Interchange two rows. II. Multiple a row by a nonzero real number. III. Replace a row by its sum with a multiple of another row. We will typically use these to get the augmented matrix into strictly triangular form and then use back substitution to find the solution(s) to the system if they exist.

M309 Notes, R.G. Lynch, Texas A&M Section 1.1: Systems of Linear Equations Page 5 of 6 Example. Write the augmented matrix of the system and use it to solve. x 2 x 3 + x 4 = 0 x 1 + x 2 + x 3 + x 4 = 6 2x 1 + 4x 2 + x 3 2x 4 = 1 3x 1 + x 2 2x 3 + 2x 4 = 3

M309 Notes, R.G. Lynch, Texas A&M Section 1.1: Systems of Linear Equations Page 6 of 6 Example. Write out the system of equations that corresponds to augmented matrix 2 1 4 1 4 2 3 4 5 2 6 1 and then use this matrix to solve the system.