More on Inverse. Last Week Review Matrix – Rule of addition – Rule of multiplication – Transpose – Main Diagonal – Dot Product Block Multiplication Matrix.

Slides:



Advertisements
Similar presentations
Elementary Linear Algebra Anton & Rorres, 9th Edition
Advertisements

Applied Informatics Štefan BEREŽNÝ
CHAPTER 1 Section 1.6 إعداد د. هيله العودان (وضعت باذن معدة العرض)
1.5 Elementary Matrices and a Method for Finding
3.2 Determinants; Mtx Inverses
1.5 Elementary Matrices and a Method for Finding
2.3 Matrix Inverses. Numerical equivalent How would we solve for x in: ax = b ? –a -1 a x = a -1 b –x=a -1 b since a -1 a = 1 and 1x = x We use the same.
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
1 © 2012 Pearson Education, Inc. Matrix Algebra THE INVERSE OF A MATRIX.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
INDR 262 INTRODUCTION TO OPTIMIZATION METHODS LINEAR ALGEBRA INDR 262 Metin Türkay 1.
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.
Applications of matrices and determinants
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
 Row and Reduced Row Echelon  Elementary Matrices.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Chapter 2 Determinants. The Determinant Function –The 2  2 matrix is invertible if ad-bc  0. The expression ad- bc occurs so frequently that it has.
Systems of Linear Equation and Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
Chap. 2 Matrices 2.1 Operations with Matrices
Linear Algebra Lecture 25.
MATH 250 Linear Equations and Matrices
Elementary Linear Algebra Anton & Rorres, 9th Edition
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Matrix. REVIEW LAST LECTURE Keyword Parametric form Augmented Matrix Elementary Operation Gaussian Elimination Row Echelon form Reduced Row Echelon form.
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
8.1 Matrices & Systems of Equations
Ch X 2 Matrices, Determinants, and Inverses.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Section 1.5 Elementary Matrices and a Method for Finding A −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.
5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Properties of Inverse Matrices King Saud University.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
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.
A function is a rule f that associates with each element in a set A one and only one element in a set B. If f associates the element b with the element.
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Ltd.
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;
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
MAT 322: LINEAR ALGEBRA.
Inverse of a Matrix Hung-yi Lee Textbook: Chapter 2.3, 2.4 Outline:
7.7 Determinants. Cramer’s Rule
Linear Equations in Linear Algebra
Matrices 3 1.
Linear Algebra Lecture 15.
Chapter 2 Determinants by Cofactor Expansion
DETERMINANT MATRIX YULVI ZAIKA.
Linear Equations in Linear Algebra
2. Matrix Algebra 2.1 Matrix Operations.
Elementary Matrix Methid For find Inverse
Multiplicative Inverses of Matrices and Matrix Equations
Linear Algebra Lecture 18.
Linear Algebra Lecture 29.
Sec 3.5 Inverses of Matrices
3.IV. Change of Basis 3.IV.1. Changing Representations of Vectors
DETERMINANT MATH 80 - Linear Algebra.
Chapter 2 Determinants.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Chapter 2 Determinants.
Presentation transcript:

More on Inverse

Last Week Review Matrix – Rule of addition – Rule of multiplication – Transpose – Main Diagonal – Dot Product Block Multiplication Matrix and Linear Equations – Basic Solution X 1 + X 0 – Linear Combination – All solutions of LES Inverse – Det – Matrix Inversion Method Double matrix

Warm Up Find the inverse of Using matrix inversion method – [ A I ]  [ I A -1 ]

Solution Start with the double matrix

Swap 1 with 2 R2 – 2R1, R3 – R1

More to Reduced Row Echelon Form

PROPERTIES OF INVERSE

Transpose and Inverse If A is invertible, show that – A T is also invertible – (A T ) -1 = (A -1 ) T

Solution A -1 exists – Its transpose is the inverse of A T So A T (A -1 ) T = (A -1 A) T = I T = I (A -1 ) T A T = (AA -1 ) T = I T = I

Inverse of Multiplication If A and B are invertible, show that – AB is also invertible – (AB) -1 = B -1 A -1

Solution Assume that (AB) -1 exists – And it is B -1 A -1 (B -1 A -1 )(AB) = B -1 (A -1 A)B = B -1 IB = B -1 B = I (AB)(B -1 A -1 ) = A(BB -1 )A -1 = AIA -1 = AA -1 = I Hence, it is actually the inverse

Rule of Inverse

Inverse Equivalence

ELEMENTARY MATRICES

Elementary Matrix A matrix that can be obtained from I by single elementary row operation Example

Elementary Operation

Lemma

Inverse of elementary operation Each operation has an inverse – Also an elementary operation So are the elementary matrix OperationInverse Interchange row p and qInterchange row q and p Multiply row p by k != 0Multiply row p by 1/k Add k times row p to row q != pSubtract k times row p to row q

Inverse of Elementary Matrix Hence, each elementary matrix E has its inverse The inverse change E back to I

Lemma 2 Every elementary matrix E is invertible – Its inverse is also an elementary matrix Of the same type as well It also corresponds to the inverse of the row operation that produce E

Inverse and Rank Suppose that A  B by a series of elementary row operation Hence – A  E 1 A  E 2 E 1 A  E k E k-1 …E 2 E 1 A  B i.e., A  UA = B – Where U = E k E k-1 …E 2 E 1 U is invertible – Why?

Finding U A  B by some elementary row operations Perform the same operations on I Doing the same thing just like the matrix inversion algorithm [A I]  [B U]

Theorem: Property of U Suppose that A is m x n and A  B by some sequence of elementary row operations – B = UA where U is m x m invertible matrix – U can be computed by [A I]  [B U] using the same operations – U = E k E k-1 …E 2 E 1 where each E i is the elementary matrix corresponding to the elementary row operation

U and A -1 Suppose that A is invertible – We know that A  I – So, let B be I – Hence, [A I]  [I U] I = UA i.e., U = A -1 This is exactly the matrix inversion algorithm – But, A -1 =U = E k E k-1 …E 2 E 1 – Hence A = (A -1 ) -1 = (E k E k-1 …E 2 E 1 ) -1 = E 1 -1 E 2 -1 …E k-1 -1 E k -1 This means that every invertible matrix is a product of elementary matrices!!!

Theorem 2 A square matrix is invertible if and only if it is a product of elementary matrices.

TRANSFORMATION

Ordered n-tuple (Vector)

Transformation

Matrix Transformation A transformation such that – T(X) is AX Called the matrix transformation induced by A – If A = 0, it is called the zero transformation – If A = I, it is called the identify transformation

Example X-expansion Induced by

Example Reflection Induced by

Example X-shear Induced by

Translation is not Linear Transform Translation – T(X) = X + w If it is, then – X + w = AX for some A – What if a = 0?

Linear Transformation A transformation is called a linear transformation when – T(X + Y) = T(X) + T(Y) – T(aX) = aT(X)

Linear Transform and Matrix Transform

Composition Transform of a transform S  T = S(T(X))

Composition If R,S,T are linear transformation – Compositions of them are also linear – Is associative (since it is matrix transform)

Inverse through transform Inverse of the transform is the inverse of the function Hence, domain and codomain must be the same Given a linear transformation – It’s inverse is induced by A -1