Math 201 for Management Students

Slides:



Advertisements
Similar presentations
Section 2.2 Systems of Liner Equations: Unique Solutions.
Advertisements

Gauss Elimination.
Chapter 2 Simultaneous Linear Equations
Solving Systems of Linear Equations Part Pivot a Matrix 2. Gaussian Elimination Method 3. Infinitely Many Solutions 4. Inconsistent System 5. Geometric.
Matrices. Special Matrices Matrix Addition and Subtraction Example.
10.1 Gaussian Elimination Method
LIAL HORNSBY SCHNEIDER
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Section 8.1 – Systems of Linear Equations
Solving System of Linear Equations. 1. Diagonal Form of a System of Equations 2. Elementary Row Operations 3. Elementary Row Operation 1 4. Elementary.
Linear Algebra – Linear Equations
Systems of Linear Equations and Row Echelon Form.
SYSTEMS OF LINEAR EQUATIONS
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
Elementary Linear Algebra
ECON 1150 Matrix Operations Special Matrices
Matrices King Saud University. If m and n are positive integers, then an m  n matrix is a rectangular array in which each entry a ij of the matrix is.
Copyright © Cengage Learning. All rights reserved. 7.4 Matrices and Systems of Equations.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Section 1.1 Introduction to Systems of Linear Equations.
Sec 3.1 Introduction to Linear System Sec 3.2 Matrices and Gaussian Elemination The graph is a line in xy-plane The graph is a line in xyz-plane.
Matrix Algebra. Quick Review Quick Review Solutions.
Euclidean m-Space & Linear Equations Row Reduction of Linear Systems.
Three variables Systems of Equations and Inequalities.
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
MATH 250 Linear Equations and Matrices
Row Reduction Method Lesson 6.4.
Row rows A matrix is a rectangular array of numbers. We subscript entries to tell their location in the array Matrices are identified by their size.
Sec 3.2 Matrices and Gaussian Elemination Coefficient Matrix 3 x 3 Coefficient Matrix 3 x 3 Augmented Coefficient Matrix 3 x 4 Augmented Coefficient Matrix.
4.3 Gauss Jordan Elimination Any linear system must have exactly one solution, no solution, or an infinite number of solutions. Just as in the 2X2 case,
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Matrices and Systems of Equations
Matrices and Systems of Linear Equations
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
Chapter 1 Linear Algebra S 2 Systems of Linear Equations.
10.2 Systems of Linear Equations: Matrices Objectives Objectives 1.Write the Augmented Matrix 2.Write the System from the Augmented matrix 3.Perform Row.
Matrices and Systems of Equations
Meeting 19 System of Linear Equations. Linear Equations A solution of a linear equation in n variables is a sequence of n real numbers s 1, s 2,..., s.
Slide Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley A set of equations is called a system of equations. The solution.
7.3 & 7.4 – MATRICES AND SYSTEMS OF EQUATIONS. I N THIS SECTION, YOU WILL LEARN TO  Write a matrix and identify its order  Perform elementary row operations.
RECOGNIZING INCONSISTENT LINEAR SYSTEMS. What is an Inconsistent Linear System?  An inconsistent linear system is a system of equations that has no solutions.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES Solve p. 87 #45 by elimination.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
 Recall that when you wanted to solve a system of equations, you used to use two different methods.  Substitution Method  Addition Method.
Student Handbook 1. Matrices A matrix (plural: matrices, not matrixes) is a rectangular array of numbers such as Matrices are useful when modelling a.
Slide Copyright © 2009 Pearson Education, Inc. 7.4 Solving Systems of Equations by Using Matrices.
Chapter 5: Matrices and Determinants Section 5.5: Augmented Matrix Solutions.
Elementary Row Operations Interchange two equations Multiply one equation by a nonzero constant Add a multple of one equation to another equation.
Multivariable linear systems.  The following system is said to be in row-echelon form, which means that it has a “stair-step” pattern with leading coefficients.
Gaussian Elimination Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Gaussian elimination with back-substitution.
College Algebra Chapter 6 Matrices and Determinants and Applications
Multivariable Linear Systems and Row Operations
Linear Equations in Linear Algebra
Section 6.1 Systems of Linear Equations
Gaussian Elimination and Gauss-Jordan Elimination
Gaussian Elimination and Gauss-Jordan Elimination
Solving Systems of Equations Using Matrices
MATHEMATICS Linear Equations
L9Matrix and linear equation
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Systems of Linear Equations
Matrix Solutions to Linear Systems
Chapter 1: Linear Equations in Linear Algebra
Gaussian Elimination.
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Equations in Linear Algebra
Section 8.1 – Systems of Linear Equations
Matrices are identified by their size.
Presentation transcript:

Math 201 for Management Students Integration & Linear Algebra & Statistics GUC - Spring 2012

Lecture 6 Linear Algebra (III) Linear Systems of Equations GUC - Spring 2012

Linear System of Equations A system of m-linear equations in n variables x1, x2, ..., xn has the general form (1) GUC - Spring 2012

Linear System of Equations where the coefficients aij(i = 1, 2, ...,m; j = 1, 2, ..., n) and the quantities bi are all known scalars (numbers). GUC - Spring 2012

This is a Linear System GUC - Spring 2012

This is not a Linear System GUC - Spring 2012

Matrix Representation of a Linear System of Equations Any linear system of the form (1) can be written in the matrix form AX = B GUC - Spring 2012

Matrix Representation of a Linear System of Equations With A is the coefficient matrix GUC - Spring 2012

Matrix Representation of a Linear System of Equations X is the column of variables GUC - Spring 2012

Matrix Representation of a Linear System of Equations B is the column of constants GUC - Spring 2012

Example Can be represented as GUC - Spring 2012

Example The matrix form Represents the system GUC - Spring 2012

Gauss Elimination Method The method consists of four steps 1. Construct an augmented matrix for the given system of equations. 2. Use elementary row operations to transform the augmented matrix into an augmented matrix in row-reduced form. 3. Write the equations associated with the resulting augmented matrix. 4. Solve the new set of equations by back substitution. GUC - Spring 2012

Augmented Matrix The augmented matrix for AX = B is the partitioned matrix [A|B] E.g. has its augmented matrix as GUC - Spring 2012

Elementary Row Operations elementary row operations are : 1- Interchange any two rows in a matrix 2- Multiply any row of a matrix by a nonzero scalar 3- Add to one row of a matrix a scalar times another row of the same matrix GUC - Spring 2012

Row-Reduced Form A matrix is in row-reduced form if it satisfies the following four conditions: All zero rows appear below nonzero rows when both types are present in the matrix. The first nonzero element in any nonzero row is 1. All elements directly below (that is, in the same column but in succeeding rows form) the first (left- to- right) nonzero element of a nonzero row are 0 . The first nonzero element of any nonzero row appears in a later column (further to right) than the first nonzero element in any preceding row. GUC - Spring 2012

Example Use Gaussian elimination to solve the system GUC - Spring 2012

Step 1 The augmented matrix The augmented matrix of the system is: GUC - Spring 2012

Step 2 Elementary row operations We use elementary row operations to transform the augmented matrix into row-reduced form as follows, GUC - Spring 2012

GUC - Spring 2012

GUC - Spring 2012

GUC - Spring 2012

GUC - Spring 2012

GUC - Spring 2012

This is a Row Reduced Form GUC - Spring 2012

Step 3 The Resulting System We write the equations of the resulting augmented matrix GUC - Spring 2012

Step 3 Writing the Resulting System We write the equations associated with the resulting augmented matrix GUC - Spring 2012

Step 4 Solving the Resulting System we Solve the derived set of equations by back substitution. The third equation implies that z = 5, Substituting in the second equation, we get y = 12 − 15 = −3, substituting with the values of z and y in the first equation, we get x = 4 GUC - Spring 2012

Example Use Gauss elimination method to solve the linear system of equations GUC - Spring 2012 GUC - Spring 2012 29

Example GUC - Spring 2012 GUC - Spring 2012 30

The Augmented Matrix GUC - Spring 2012 GUC - Spring 2012 31

Getting Row Reduced Form GUC - Spring 2012 GUC - Spring 2012 32

Getting Row Reduced Form GUC - Spring 2012 GUC - Spring 2012 33

Writing the Resulting System The resulting system of equations is GUC - Spring 2012 GUC - Spring 2012 34

Solving the Equations Solving the last system by back substitution, we get the solution x = 1 and y = 1 GUC - Spring 2012 GUC - Spring 2012 35

Example Use Gauss elimination method to solve the linear system of equations GUC - Spring 2012 GUC - Spring 2012 36

The Augmented Matrix GUC - Spring 2012 GUC - Spring 2012 37

Getting Row Reduced Form GUC - Spring 2012 GUC - Spring 2012 38

Getting Row Reduced Form GUC - Spring 2012 GUC - Spring 2012 39

Writing the Resulting System GUC - Spring 2012 GUC - Spring 2012 40

Important Note Since the final system has the number of variables (4) greater than the number of equations (3), then one of the variable will be arbitrary, and the other variables will be found in terms of it. GUC - Spring 2012 GUC - Spring 2012 41

Solving The Resulting System The solution will be found in terms of x4 as follows, GUC - Spring 2012 GUC - Spring 2012 42

Note Since x4 is arbitrary, then the system has infinite number of solutions, depending on the value of x4 for example if you choose Then, GUC - Spring 2012 GUC - Spring 2012 43

Japan ! GUC - Spring 2012

No Comment GUC - Spring 2012