Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

Similar documents
Linear Algebra The Inverse of a Matrix

3.4 Elementary Matrices and Matrix Inverse

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

Section 2.2: The Inverse of a Matrix

Math 3C Lecture 20. John Douglas Moore

Chapter 2 Notes, Linear Algebra 5e Lay

February 20 Math 3260 sec. 56 Spring 2018

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

Evaluating Determinants by Row Reduction

DETERMINANTS DEFINED BY ROW OPERATIONS

Elementary Row Operations on Matrices

1111: Linear Algebra I

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

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

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

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

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

Eigenvalues and Eigenvectors

7.6 The Inverse of a Square Matrix

6-2 Matrix Multiplication, Inverses and Determinants

1111: Linear Algebra I

MTHSC 3110 Section 1.1

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

Chapter 1. Vectors, Matrices, and Linear Spaces

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

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

Solutions to Exam I MATH 304, section 6

LINEAR ALGEBRA REVIEW

Properties of Linear Transformations from R n to R m

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

Eigenvalues and Eigenvectors

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

Components and change of basis

Chapter 3. Determinants and Eigenvalues

Matrix operations Linear Algebra with Computer Science Application

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

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

Numerical Linear Algebra Homework Assignment - Week 2

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

4 Elementary matrices, continued

INVERSE OF A MATRIX [2.2]

Chapter 4. Determinants

Matrix Arithmetic. j=1

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

MATH2210 Notebook 2 Spring 2018

MATH 2360 REVIEW PROBLEMS

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

Introduction to Matrices

Math 313 Chapter 1 Review

Homework Set #8 Solutions

Section 4.5. Matrix Inverses

Matrix & Linear Algebra

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

Linear Algebra Handout

Matrix Algebra & Elementary Matrices

MATH 152 Exam 1-Solutions 135 pts. Write your answers on separate paper. You do not need to copy the questions. Show your work!!!

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined

Kevin James. MTHSC 3110 Section 4.3 Linear Independence in Vector Sp

Determinant: 3.3 Properties of Determinants

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

2. Every linear system with the same number of equations as unknowns has a unique solution.

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

MTH 464: Computational Linear Algebra

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

Math 2331 Linear Algebra

Chapter 2: Matrices and Linear Systems

Linear Algebra Practice Problems

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

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

Math Linear Algebra Final Exam Review Sheet

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ]

Linear Systems and Matrices

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

Matrix Arithmetic. a 11 a. A + B = + a m1 a mn. + b. a 11 + b 11 a 1n + b 1n = a m1. b m1 b mn. and scalar multiplication for matrices via.

Matrices and Linear Algebra

4 Elementary matrices, continued

MTH 464: Computational Linear Algebra

Chapter 2. Square matrices

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

Matrix representation of a linear map

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

Graduate Mathematical Economics Lecture 1

22A-2 SUMMER 2014 LECTURE 5

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

INVERSE OF A MATRIX [2.2] 8-1

Kevin James. MTHSC 412 Section 3.1 Definition and Examples of Rings

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Math 3191 Applied Linear Algebra

8 Square matrices continued: Determinants

Row Space, Column Space, and Nullspace

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

Matrices: 2.1 Operations with Matrices

Lectures on Linear Algebra for IT

Matrices. In this chapter: matrices, determinants. inverse matrix

UNIT 3 MATRICES - II

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

Math Computation Test 1 September 26 th, 2016 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge!

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Math 60. Rumbos Spring Solutions to Assignment #17

Transcription:

MTHSC 3110 Section 2.2 Inverses of Matrices

Definition Suppose that T : R n R m is linear. We will say that T is invertible if for every b R m there is exactly one x R n so that T ( x) = b. Note If T is invertible, this means that T is onto (every equation can be solved: hence m n) and T is 1-1 (every equation has at most one solution: hence n m). Thus n = m and an invertible linear transformation has a matrix which must be square. Questions 1 Which square matrices are invertible? 2 What does it mean for a square matrix to be invertible?

Fact Suppose that T : R n R n is an invertible linear transformation: then we can define S : R n R n so that T x = u if and only if x = S( u). Furthermore, for every vector x R n, S(T ( x)) = x, and for every u R n, T (S( u)) = u. Fact It turns out that S must also be linear.

Proof. We ll assume that T ( x) = u and T ( y) = v. Then S( u) = x and S( v) = y. Note that S(T (r x)) = r x, so we get S(r u) = S(rT ( x)) = S(T (r x)) = r x = rs( u) so that S commutes with scalar addition. Likewise, S( u+ v) = S(T ( x)+t ( y)) = S(T ( x + y)) = ( x + y) = S( u)+s( v) so that S commutes with addition. Thus S is linear.

Note We see that if T is an invertible linear transformation from R n to R n, then so is S. Hence we can represent T by a square matrix A and S by a square matrix B. Then S(T ( x)) = x for all x means that BA x = x for every x. In particular, if C = BA, then we have C e j = e j, so that we obtain that C must be the identity matrix I n. Similarly, T (S( u)) = u for every u, and hence AB = I n is also the identity 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.

The Speical Case of 2 2 Matrices Definition ( ) a b Let A =. We define (and this only works for 2 2 c d matrices) the determinant of A to be the quantity det(a) = ad bc. Theorem ( ) a b Let A =. Then A is invertible if and only if det(a) is c d non-zero, in which case A 1 = 1 ( ) d b. det(a) c a If det(a) = 0 then A is singular.

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.

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. R r + cr s Replace R r by R r + cr s Definition An elementary matrix is any n n matrix that can be obtained by performing a single elementary row operation to I n.

Example We construct three elementary matrices below. 1 0 0 1 0 0 0 1 0 R 2+2R 3 0 1 2 1 0 0 0 1 0 1 0 0 0 1 0 R 2 R 3 3R 1 1 0 0 0 1 0 3 0 0 0 1 0

Example Multiply the general 3 3 matrix on the left by each of the above matrices. 1 0 0 0 1 2 1 0 0 0 1 0 3 0 0 0 1 0 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 = = =

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 R 2 + 7R 4 Exercise Write down the inverse for each of the elementary matrices above.

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 R operations 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.

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 ].

Proof. Recall that an n n matrix A is invertible if and only if every equation A x = b has a unique solution. This is true if and only if the row reduced echelon form of A has a pivot in every row (existence of solution) and column (uniqueness of solution). Thus A is invertible if and only if the row reduced echelon form of A is I n. Now suppose that A is invertible and that A R 1 R 2 Rk I n. R Suppose also that I i n Ei. Then A R 1 E 1 A R 2 E 2 E 1 A Rk E k E 1 A = I n. Thus A = E1 1 E 2 1 E 1 k A 1 = E k E 1.

Example 1 2 1 Let A = 2 3 1. Find A 1. 3 5 1