Chapter 3 The Inverse. 3.1 Introduction Definition 1: The inverse of an n  n matrix A is an n  n matrix B having the property that AB = BA = I B is.

Slides:



Advertisements
Similar presentations
LU Factorization.
Advertisements

Rules of Matrix Arithmetic
Elementary Linear Algebra Anton & Rorres, 9th Edition
Applied Informatics Štefan BEREŽNÝ
Chapter 6 Eigenvalues and Eigenvectors
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Chap. 3 Determinants 3.1 The Determinants of a Matrix
CHAPTER ONE Matrices and System Equations
1.5 Elementary Matrices and a Method for Finding
Matrices & Systems of Linear Equations
MF-852 Financial Econometrics
4.I. Definition 4.II. Geometry of Determinants 4.III. Other Formulas Topics: Cramer’s Rule Speed of Calculating Determinants Projective Geometry Chapter.
Matrices and Systems of Equations
Chapter 2 Matrices Definition of a matrix.
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.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Chapter 5 Determinants.
3.8 Matrices.
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
1 Operations with Matrice 2 Properties of Matrix Operations
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
5  Systems of Linear Equations: ✦ An Introduction ✦ Unique Solutions ✦ Underdetermined and Overdetermined Systems  Matrices  Multiplication of Matrices.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
Elementary Linear Algebra Anton & Rorres, 9th Edition
 Row and Reduced Row Echelon  Elementary Matrices.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Matrix Algebra. Quick Review Quick Review Solutions.
Chap. 2 Matrices 2.1 Operations with Matrices
Matrices & Determinants Chapter: 1 Matrices & Determinants.
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
2.5 - Determinants & Multiplicative Inverses of Matrices.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
8.1 Matrices & Systems of Equations
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
Co. Chapter 3 Determinants Linear Algebra. Ch03_2 Let A be an n  n matrix and c be a nonzero scalar. (a)If then |B| = …….. (b)If then |B| = …..... (c)If.
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.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Properties of Inverse Matrices King Saud University.
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.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
2.5 – Determinants and Multiplicative Inverses of Matrices.
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
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.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
MAT 322: LINEAR ALGEBRA.
nhaa/imk/sem /eqt101/rk12/32
Lecture 2 Matrices Lat Time - Course Overview
CHAPTER 2 MATRICES Determinant Inverse.
3.1 Introduction to Determinants
Elementary Matrix Methid For find Inverse
Determinant of a Matrix
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Presentation transcript:

Chapter 3 The Inverse

3.1 Introduction Definition 1: The inverse of an n  n matrix A is an n  n matrix B having the property that AB = BA = I B is called the inverse of A and is usually denoted by A -1. If a square matrix has an inverse, it is said to be invertible or nonsingular. If it doesn’t possess an inverse, it is said to be singular. Example: The inverse of is because

3.1 Introduction: elementary matrices An elementary matrix E is a square matrix that generates an elementary row operation on a matrix A (which need not to be square) under the multiplication EA. We will need elementary matrices for finding inverses. i)To construct an elementary matrix that interchanges the ith row and the jth row, begin with an identity matrix. First interchange the unity element in the i-i position with the zero in j-i position, and then interchange the unity element in the j-j position with the zero in i-j position. ii)To construct an elementary matrix that multiplies the ith row of a matrix by the nonzero scalar k, replace the unity element in the i-i poistion of the identity matrix of appropriate order with the scalar k. iii) To construct an elementary matrix that adds to the jth row ofa matrix k times the ith row, replace the zero element in the j-i position of the identity matrix with the scalar k. Examples on the board.

3.1 Introduction: inverse of a matrix in block diagonal form If A can be partitioned into the block-diagonal form, Then A is invertible if and only if each of the diagonal blocks A 1, …, A n is invertible and Examples on the board.

3.2 Calculating Inverses Theorem 1: A square matrix has an inverse if and only if reduction to row-reduced form by elementary row operations results in a matrix having all unity elements on the main diagonal. Theorem 2: An n  n matrix has an inverse if and only if it has rank n. Theorem 1 suggests a procedure for finding the inverse. The idea is to - first transform the matrix to a row-reduced form - then keep applying elementary row operation (E3) to reduce it further to the identity matrix. Recall from Section 3.1 that these transformations can be accomplished by multiplying the matrix with elementary matrices: E k E k-1 … E 3 E 2 E 1 A = I But then A -1 = E k E k-1 … E 3 E 2 E 1 Thus, to calculate the inverse we need to keep a record of the elementary matrices. This is accomplished by applying the same elementary operations to both A and an identity matrix since (E k E k-1 … E 3 E 2 E 1 )I = E k E k-1 … E 3 E 2 E 1 = A -1

Example 1: Example 2: A Non-Invertible Matrix

3.3 Simultaneous Equations A linear system can be solved using inverses. Suppose we have a linear system A x = B where A is invertible. Then A -1 A x = A -1 B I x = A -1 B x = A -1 B Theorem: If A is invertible, then A x = B has one and only one solution. Examples on the board.

3.4 Properties of the Inverse (A -1 ) -1 = A (AB) -1 = B -1 A -1 (A T ) -1 = (A -1 ) T (λA) -1 = (1/ λ) A -1 The inverse of a matrix is unique. The inverse of a nonsingular symmetric matrix is symmetric. The inverse of a nonsingular upper or lower triangular matrix is again upper or lower triangular matrix respectively. If A is nonsingular then we define A -n = (A -1 ) n