P1 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Determinants and Inverses Consider the weight suspended by wires problem: One (poor) way is to.

Slides:



Advertisements
Similar presentations
Precalculus Lesson 7.2 Matrix Algebra 4/6/2017 8:43 PM
Advertisements

Elementary Linear Algebra Anton & Rorres, 9th Edition
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
5.4. Additional properties Cofactor, Adjoint matrix, Invertible matrix, Cramers rule. (Cayley, Sylvester….)
2. Review of Matrix Algebra Dr. Ahmet Zafer Şenalp Mechanical Engineering Department Gebze Technical.
P1 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 5 Solving Linear Equations Given the equations 3x + 4y = 10 2x + z = 7 y + 2z = 7 Solve by removing.
Maths for Computer Graphics
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
Economics 2301 Matrices Lecture 13.
Matrices and Determinants
Determinants King Saud University. The inverse of a 2 x 2 matrix Recall that earlier we noticed that for a 2x2 matrix,
Chapter 5 Determinants.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Compiled By Raj G. Tiwari
Mathematics.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
ECON 1150 Matrix Operations Special Matrices
Matrix Inversion.
Gaussian Elimination, Rank and Cramer
Matrix Algebra. Quick Review Quick Review Solutions.
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Fin500J Mathematical Foundations in Finance Topic 1: Matrix Algebra Philip H. Dybvig Reference: Mathematics for Economists, Carl Simon and Lawrence Blume,
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
8.1 Matrices & Systems of Equations
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
2.5 Determinants and Multiplicative Inverses of Matrices Objectives: Evaluate determinants. Find inverses of matrices. Solve systems of equations by using.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
Mathematical foundationsModern Seismology – Data processing and inversion 1 Some basic maths for seismic data processing and inverse problems (Refreshement.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
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.
P1 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 EG1C2 Engineering Maths : Matrix Algebra Dr Richard Mitchell, Department of Cybernetics AimDescribe.
P1 RJM 18/02/03EG1C2 Engineering Maths: Matrix Algebra Revision 7 (a) Figure Q7-1 shows an electronic circuit with two batteries and three resistors. The.
Fundamentals of Engineering Analysis
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Multiplicative inverse and solving matrix equations
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
Review of Matrix Operations Vector: a sequence of elements (the order is important) e.g., x = (2, 1) denotes a vector length = sqrt(2*2+1*1) orientation.
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.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Matrices and Determinants
Goal: Find sums, differences, products, and inverses of 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.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
Matrix Algebra Basics Chapter 3 Section 5. Algebra.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Matrices Introduction.
MTH108 Business Math I Lecture 20.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
Review of Matrix Operations
LINEAR ALGEBRA.
CHAPTER 2 MATRICES Determinant Inverse.
Finding the Inverse of a Matrix
Multiplicative Inverses of Matrices and Matrix Equations
Matrix Algebra.
Matrices - Operations ADJOINT MATRICES
EG1C2 Matrix Algebra - Information Sheet
Presentation transcript:

p1 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Determinants and Inverses Consider the weight suspended by wires problem: One (poor) way is to find inverse or ‘reciprocal’ of A, A -1. It is defined that A -1 *A = A*A -1 = I the identity matrix If we know A -1, then by pre-multiplying the equation: A -1 * A * T = A -1 * Ythus T = A -1 * Y How to find the inverse - if one exists (just as 1/0 not exists) ? We shall consider square matrices and one method of finding the inverse - using determinants and cofactor matrices. Note: determinants are not just used to find inverses. In fact, determinants are more useful than inverses.

p2 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Determinants determinant of A = det(A) = |A| |a 11 | = a 11

p3 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Cofactors for finding Determinants Det of matrix without ith row and jth column is defined as M ij. e.g for 3*3 matrix The cofactor of element i,j, C ij, is (-1) i+j M ij (-1) i+j = 1 or -1 Then the determinant of any n*n matrix is defined as a 11 * C 11 + a 12 * C a 1n * C 1n Determinant of a 2*2 matrix is: a 11 * C 11 + a 12 * C 12 = a 11 * (-1) 1+1 a 22 + a 12 * (-1) 1+2 a 21 = a 11 * a 22 - a 12 * a 21 Determinant of a 3*3 matrix: a 11 * C 11 + a 12 * C 12 + a 13 * C 13

p4 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Adjoint Matrix of a square matrix A, Adj A If C ij is the cofactor of a ij, then Adj A, = [C ji ] = [C ij ] T. then the matrix of cofactors of A is: i.e. the transpose of the above

p5 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Matrix Inverse (poor method)

p6 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Example The cofactors are:

p7 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Properties (A -1 ) -1 = A (A T ) -1 = (A -1 ) T (A * B) -1 = B -1 * A -1 If A T = A -1 then matrix A is an orthogonal matrix.

p8 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Applying Inverses to Example Systems Suspended Mass i.e. T 1 = 300N and T 2 = 360N CheckT 1 * T 2 *0.8 = = 0 T 1 * T 2 *0.6 = = 300  Good!

p9 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Electronic Circuit |A| = 18 * (-10-15) - 10 * (0 --15) + 0 * (0-1) = -600

p10 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Thus, i 1 = 0.5A, Check: 18 * i * i 2 = = 12 i 2 = 0.3A -10 * i * i 3 = = 0 and i 3 = 0.2A-i 1 + i 2 + i 3 = = 0 Exercise: Use matrix inversion to solve

p11 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Stochastic Matrix: what was situation in 1990? By post-multiplying both sides by inverse of transition matrix

p12 RJM 07/08/02EG1C2 Engineering Maths: Matrix Algebra 3 Note, 1/0.3 is a scalar, and a k b = k a b