1 Ch. 4 Linear Models & Matrix Algebra Matrix algebra can be used: a. To express the system of equations in a compact manner. b. To find out whether solution.

Slides:



Advertisements
Similar presentations
BAI CM20144 Applications I: Mathematics for Applications Mark Wood
Advertisements

Elementary Linear Algebra Anton & Rorres, 9th Edition
Chapter 3 Determinants and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Chap. 3 Determinants 3.1 The Determinants of a Matrix
Linear Systems of Equations Ax = b Marco Lattuada Swiss Federal Institute of Technology - ETH Institut für Chemie und Bioingenieurwissenschaften ETH Hönggerberg/
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
ECIV 520 Structural Analysis II Review of Matrix Algebra.
Economics 2301 Matrices Lecture 13.
ENGG2013 Unit 9 3x3 Determinant
Matrices and Determinants
Chapter 5 Determinants.
3.1 - Solving Systems by Graphing. All I do is Solve!
Using Inverse Matrices Solving Systems. You can use the inverse of the coefficient matrix to find the solution. 3x + 2y = 7 4x - 5y = 11 Solve the system.
§ 3.5 Determinants and Cramer’s Rule.
EGR 1101 Unit 7 Systems of Linear Equations in Engineering (Chapter 7 of Rattan/Klingbeil text)
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
ECON 1150 Matrix Operations Special Matrices
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
 Row and Reduced Row Echelon  Elementary Matrices.
Matrix Inversion.
ENM 503 Block 2 Lesson 7 – Matrix Methods
Inverse Matrices and Systems
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
WEEK 8 SYSTEMS OF EQUATIONS DETERMINANTS AND CRAMER’S RULE.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 1.
© 2005 Baylor University Slide 1 Fundamentals of Engineering Analysis EGR Adjoint Matrix and Inverse Solutions, Cramer’s Rule.
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Determinants and Cramer’s Rule.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
Ch. 5 Linear Models & Matrix Algebra
ME 142 Engineering Computation I Matrix Operations in Excel.
Cramer’s Rule for Matrices You can use properties of matrix determinants for a variety of applications. Today: – Solving 3 variable systems of equations.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
4.8 Using matrices to solve systems! 2 variable systems – by hand 3 or more variables – using calculator!
GUIDED PRACTICE for Example – – 2 12 – 4 – 6 A = Use a graphing calculator to find the inverse of the matrix A. Check the result by showing.
4-8 Cramer’s Rule We can solve a system of linear equations that has a unique solution by using determinants and a pattern called Cramer’s Rule (named.
BELL-WORK Solve the system of equations using matrices:
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
Copyright © 1999 by the McGraw-Hill Companies, Inc. Barnett/Ziegler/Byleen College Algebra, 6 th Edition Chapter Seven Matrices & Determinants.
Determinants Every n  n matrix A is associated with a real number called the determinant of A, written  A . The determinant of a 2  2 matrix.
3.8B Solving Systems using Matrix Equations and Inverses.
Notes Over 4.3 Evaluate Determinants of 2 x 2 Matrices
DETERMINA NT. Adjoint Matrix – Minors and Cofactors  The adjoint matrix of [A], Adj[A] is obtained by taking the transpose of the cofactor matrix of.
College Algebra Chapter 6 Matrices and Determinants and Applications
3.1 - Solving Systems by Graphing
12-4: Matrix Methods for Square Systems
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
LINEAR ALGEBRA.
Linear Algebra Lecture 19.
Copyright © Cengage Learning. All rights reserved.
Chapter 2 Determinants by Cofactor Expansion
ECON 213 Elements of Mathematics for Economists
DETERMINANT MATRIX YULVI ZAIKA.
Applying Determinants to solve Systems of Equations 2x2 & 3x3
Systems of Linear Equations in Engineering
Multiplicative Inverses of Matrices and Matrix Equations
Use Inverse Matrices to Solve 2 Variable Linear Systems
Students will write a summary explaining how to use Cramer’s rule.
Method 1: Substitution methods
Chapter 7: Matrices and Systems of Equations and Inequalities
3.6 Solving Systems with Three Variables
College Algebra Chapter 6 Matrices and Determinants and Applications
Matrices and Determinants
Chapter 2 Determinants.
Presentation transcript:

1 Ch. 4 Linear Models & Matrix Algebra Matrix algebra can be used: a. To express the system of equations in a compact manner. b. To find out whether solution to a system of equations exist. c. To obtain the solution if it exists.

2 4.1 Matrices and Vectors Matrices as Arrays Vectors as Special Matrices Matrix is a rectangle array of parameter, coefficients, etc. A general form matrix Ax = d,

3 Step 1: Write in matrix format: A x = d A = parameter matrix x = variable column vector d = constant column vector A general form matrix Ax = d, solve for x;

4 Solving for X x = A -1 d, where A-1 is the inverse (matrix) of A

5 Inverse A -1 of Matrix of A Inverse of A is A -1 AA -1 = A -1 A = I We are interested in A -1 because x=A -1 d

6 Derivation of matrix inverse formula A -1 = adjoint A / |A|, where |A| = a i1 c i1 + …. + a in c in (Determinant) And, adjoint A = transposed cofactor matrix of A

7 Determinant, Cofactor, and Minor

8 How to get Determinant of A? By Laplace Expansion of cofactors, and minors in case the first row is used.

9 Pattern of the signs for cofactor minors

10 Adjoint of A: the transposed cofactor matrix

11 Calculating Adjoint is hard! Is there any easier way to solve for x or specifically one of x, that is, x i ?

12 Cramer's Rule for each of x, say, x 1 : “The easy way” The numerator represents a determinant of A in which the ith column is replaced by the vector of constants, i.e., no need to invert A!

13 Solving for x 1 using Cramer’s rule Find the determinant |A| Find the determinant |A 1 | where d i is the constant vector substituted for the 1 st col. X 1 = |A 1 |/|A| Repeat for X 2 by substituting the constant vector for the 2 nd col. And solving for |A 2 | and so on as necessary

14 Solving for x 1 / d 1

15 What about Comparative Statics?