Linear Algebra The Inverse of a Matrix

Similar documents
Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

Linear Algebra Linearly Independent Sets; Bases

3.4 Elementary Matrices and Matrix Inverse

MAT 1332: CALCULUS FOR LIFE SCIENCES. Contents. 1. Review: Linear Algebra II Vectors and matrices Definition. 1.2.

7.6 The Inverse of a Square Matrix

Elementary Matrices. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Math 2331 Linear Algebra

Components and change of basis

Lecture 6 & 7. Shuanglin Shao. September 16th and 18th, 2013

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

Evaluating Determinants by Row Reduction

Math 3191 Applied Linear Algebra

1111: Linear Algebra I

UNIT 3 MATRICES - II

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3

Chapter 2 Notes, Linear Algebra 5e Lay

DETERMINANTS DEFINED BY ROW OPERATIONS

Matrix operations Linear Algebra with Computer Science Application

Lesson 3. Inverse of Matrices by Determinants and Gauss-Jordan Method

February 20 Math 3260 sec. 56 Spring 2018

1111: Linear Algebra I

Elementary Row Operations on Matrices

Math 3C Lecture 20. John Douglas Moore

Math 240 Calculus III

Math 4377/6308 Advanced Linear Algebra

Math 60. Rumbos Spring Solutions to Assignment #17

MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants.

Section 2.2: The Inverse of a Matrix

Elementary Matrices. which is obtained by multiplying the first row of I 3 by -1, and

MA 138 Calculus 2 with Life Science Applications Matrices (Section 9.2)

MTHSC 3110 Section 1.1

Introduction to Determinants

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

6-2 Matrix Multiplication, Inverses and Determinants

Linear Algebra Handout

Math 1B03/1ZC3 - Tutorial 2. Jan. 21st/24th, 2014

Chapter 3. Determinants and Eigenvalues

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University

Review Let A, B, and C be matrices of the same size, and let r and s be scalars. Then

MATRICES AND MATRIX OPERATIONS

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Outcomes

Linear Systems and Matrices

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column

Numerical Linear Algebra Homework Assignment - Week 2

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

Math 4377/6308 Advanced Linear Algebra

Properties of Linear Transformations from R n to R m

MATH 1210 Assignment 4 Solutions 16R-T1

Matrix Arithmetic. j=1

INVERSE OF A MATRIX [2.2]

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

det(ka) = k n det A.

Math 3191 Applied Linear Algebra

MATRICES The numbers or letters in any given matrix are called its entries or elements

Math Matrix Theory - Spring 2012

Eigenvalues and Eigenvectors

Solutions to Final Exam 2011 (Total: 100 pts)

Fall Inverse of a matrix. Institute: UC San Diego. Authors: Alexander Knop

Matrix Algebra & Elementary Matrices

Elementary matrices, continued. To summarize, we have identified 3 types of row operations and their corresponding

MATH2210 Notebook 2 Spring 2018

Matrices and Linear Algebra

Lectures on Linear Algebra for IT

Elementary maths for GMT

8 Square matrices continued: Determinants

Methods for Solving Linear Systems Part 2

Honors Advanced Mathematics Determinants page 1

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

Introduction. Vectors and Matrices. Vectors [1] Vectors [2]

LINEAR ALGEBRA REVIEW

MATRICES. a m,1 a m,n A =

Determinants Chapter 3 of Lay

c i r i i=1 r 1 = [1, 2] r 2 = [0, 1] r 3 = [3, 4].

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

ECON 186 Class Notes: Linear Algebra

Eigenvalues and Eigenvectors

Graduate Mathematical Economics Lecture 1

1 procedure for determining the inverse matrix

Matrix Operations: Determinant

Lesson U2.1 Study Guide

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued)

7.3. Determinants. Introduction. Prerequisites. Learning Outcomes

Chapter 2. Square matrices

INVERSE OF A MATRIX [2.2] 8-1

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra Practice Problems

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra

Determinant: 3.2 Evaluation of Determinant with Elementary

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a

INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES

MTH 102A - Linear Algebra II Semester

Two matrices of the same size are added by adding their corresponding entries =.

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Transcription:

Linear Algebra The Inverse of a Matrix Dr. Bisher M. Iqelan biqelan@iugaza.edu.ps Department of Mathematics The Islamic University of Gaza 2017-2018, Semester 2 Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 1 / 12

Invertible Matrix Definition 1 An n n matrix A is invertible if there exists a n n matrix B so that AB = I n = BA. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 2 / 12

Invertible Matrix Definition 1 An n n matrix A is invertible if there exists a n n matrix B so that AB = I n = BA. 2 B is called the inverse of A and is denoted by A 1. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 2 / 12

Invertible Matrix Definition 1 An n n matrix A is invertible if there exists a n n matrix B so that AB = I n = BA. 2 B is called the inverse of A and is denoted by A 1. 3 A matrix which is not invertible is said to be singular. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 2 / 12

The Speical Case of 2 2 Matrices Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 3 / 12

The Speical Case of 2 2 Matrices Definition ( ) a b Let A =. We define (and this only works for 2 2 matrices) the c d determinant of A to be the quantity det(a) = ad bc. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 3 / 12

The Speical Case of 2 2 Matrices Definition ( ) a b Let A =. We define (and this only works for 2 2 matrices) the c d determinant of A to be the quantity Theorem ( a b Let A = c d which case det(a) = ad bc. ). Then A is invertible if and only if det(a) is non-zero, in A 1 = 1 det(a) If det(a) = 0 then A is singular. ( d b c a ). Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 3 / 12

Theorem If A is an invertible m m matrix, then for every b R n, the equation A x = b has a unique solution, namely x = A 1 b. Proof. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 4 / 12

Theorem If A is an invertible m m matrix, then for every b R n, the equation A x = b has a unique solution, namely x = A 1 b. Proof. Theorem 1 If A is invertible, then so is A 1, and (A 1 ) 1 = A. 2 If A and B are invertible n n matrices then so is AB, and (AB) 1 = B 1 A 1. 3 If A is invertible, then so is A T, and (A T ) 1 = (A 1 ) T. Proof. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 4 / 12

Elementary Row Operations Recall Denoting rows r and s by R r and R s, the row operations are: R r R s Interchange rows R r and R s of a matrix. cr r For a non-zero c R, replace R r by cr r. cr s + R r Replace R r by cr s + R r Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 5 / 12

Elementary Row Operations Recall Denoting rows r and s by R r and R s, the row operations are: R r R s Interchange rows R r and R s of a matrix. cr r For a non-zero c R, replace R r by cr r. cr s + R r Replace R r by cr s + R r Definition An elementary matrix is any n n matrix that can be obtained by performing a single elementary row operation to I n. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 5 / 12

Elementary Matrices Example We construct three elementary matrices below. 1 0 0 1 0 0 0 1 0 R 3+R 2 0 1 2 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 R 2 R 3 3R 1 1 0 0 0 0 1 0 1 0 3 0 0 0 1 0 0 0 1 Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 6 / 12

Example Multiply the general 3 3 matrix on the left by each of the above matrices. 1 0 0 0 1 2 0 0 1 1 0 0 0 0 1 0 1 0 3 0 0 0 1 0 0 0 1 a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 = = = Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 7 / 12

Exercise For a matrix having 4 rows, write down the elementary matrices which perform the following elementary row operations. 1 R 1 R 3 2 3R 2 3 7R 4 + R 2 Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 8 / 12

Exercise For a matrix having 4 rows, write down the elementary matrices which perform the following elementary row operations. 1 R 1 R 3 2 3R 2 3 7R 4 + R 2 Exercise Write down the inverse for each of the elementary matrices above. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 8 / 12

Note 1 If I n R E, then Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. 2 So, if A can be row reduced to B by a sequence of row operations R R 1, R 2,..., R k and I i n Ei, then Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. 2 So, if A can be row reduced to B by a sequence of row operations R R 1, R 2,..., R k and I i n Ei, then B = E k E k 1 E 2 E 1 A. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. 2 So, if A can be row reduced to B by a sequence of row operations R R 1, R 2,..., R k and I i n Ei, then B = E k E k 1 E 2 E 1 A. (i.e. A R 1 E 1 A Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. 2 So, if A can be row reduced to B by a sequence of row operations R R 1, R 2,..., R k and I i n Ei, then B = E k E k 1 E 2 E 1 A. (i.e. A R 1 E 1 A R 2 E 2 (E 1 A) Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. 2 So, if A can be row reduced to B by a sequence of row operations R R 1, R 2,..., R k and I i n Ei, then B = E k E k 1 E 2 E 1 A. (i.e. A R 1 E 1 A R 2 E 2 (E 1 A) R 3 E 3 E 2 E 1 A Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. 2 So, if A can be row reduced to B by a sequence of row operations R R 1, R 2,..., R k and I i n Ei, then B = E k E k 1 E 2 E 1 A. (i.e. A R 1 E 1 A R 2 E 2 (E 1 A) R 3 E 3 E 2 E 1 A Rk E k E k 1 E 2 E 1 A = B). Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Note 1 If I n R E, then for any matrix A with n rows, A R EA. 2 So, if A can be row reduced to B by a sequence of row operations R R 1, R 2,..., R k and I i n Ei, then B = E k E k 1 E 2 E 1 A. (i.e. A R 1 E 1 A R 2 E 2 (E 1 A) R 3 E 3 E 2 E 1 A Rk E k E k 1 E 2 E 1 A = B). 3 Since each row operation is invertible, each elementary matrix is invertible. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 9 / 12

Theorem An n n matrix A is invertible if and only if A I n, in which case the sequence of elementary row operations which transform A to the identity also transform the identity matrix I n to A 1. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 10 / 12

Theorem An n n matrix A is invertible if and only if A I n, in which case the sequence of elementary row operations which transform A to the identity also transform the identity matrix I n to A 1. Note Thus if A R 1 R 2 Rk I n then Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 10 / 12

Theorem An n n matrix A is invertible if and only if A I n, in which case the sequence of elementary row operations which transform A to the identity also transform the identity matrix I n to A 1. Note Thus if A R 1 R 2 Rk I n then [A : I n ] R 1 R 2 Rk [I n : A 1 ]. Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 10 / 12

Example 1 2 1 Let A = 2 3 1. Find A 1. 3 5 1 Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 11 / 12

H.W HW Sec. 2.2, p111: # 1,4,5,7,9,10,13,14,31,35 Dr. Bisher M. Iqelan (IUG) Sec.2.2: The Inverse of a Matrix 2nd Semester, 2017-2018 12 / 12