Properties of Inverse Matrices King Saud University.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

Rules of Matrix Arithmetic
CHAPTER 1 Section 1.6 إعداد د. هيله العودان (وضعت باذن معدة العرض)
1.5 Elementary Matrices and a Method for Finding
Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
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.
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
2005/7Inverse matrices-1 Inverse and Elementary Matrices.
1 © 2012 Pearson Education, Inc. Matrix Algebra THE INVERSE OF A MATRIX.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Determinants King Saud University. The inverse of a 2 x 2 matrix Recall that earlier we noticed that for a 2x2 matrix,
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.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
3.8 Matrices.
1.5 Elementary Matrices and
1 Operations with Matrice 2 Properties of Matrix Operations
Properties of Matrix Operations King Saud University.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
 Row and Reduced Row Echelon  Elementary Matrices.
Matrix Inversion.
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
MAT 2401 Linear Algebra 2.3 The Inverse of a Matrix
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.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 4.
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
Section 1.5 Elementary Matrices and a Method for Finding A −1.
1.5 Elementary Matrices and
CW Matrix Division We have seen that for 2x2 (“two by two”) matrices A and B then AB  BA To divide matrices we need to define what we mean by division!
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.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Section 1.4 Inverses; Rules of Matrix Arithmetic.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
Some examples for identity matrixes are I 1 =, I 2 =, I 3 = … Let’s analyze the multiplication of any matrix with identity matrix. = We can conclude that.
2.2 The Inverse of a Matrix. Example: REVIEW Invertible (Nonsingular)
MATRICES Operations with Matrices Properties of Matrix Operations
Linear Algebra Chapter 2 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 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
Chapter 2 Matrices 2.1 Operations with Matrices 2.2 Properties of Matrix Operations 2.3 The Inverse of a Matrix 2.4 Elementary Matrices Elementary Linear.
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;
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
Properties of Matrix Operations 2010, 14, Sep. Ki-Seung Lee.
College Algebra Chapter 6 Matrices and Determinants and Applications
ALGEBRA AND TRIGONOMETRY
Chapter 4 Systems of Linear Equations; Matrices
3.8 Matrices L Al-zaid Math1101.
Lecture 2 Matrices Lat Time - Course Overview
1.4 Inverses; Rules of Matrix Arithmetic
Rules of Matrix Arithmetic
Multiplication of Matrices
Section 7.4 Matrix Algebra.
Elementary Matrix Methid For find Inverse
Chapter 7: Matrices and Systems of Equations and Inequalities
Multiplicative Inverses of Matrices and Matrix Equations
MATRICES Operations with Matrices Properties of Matrix Operations
Section 9.5 Inverses of Matrices
Multiplication of Matrices
Sec 3.5 Inverses of Matrices
Linear Algebra Lecture 11.
Section 9.4 Matrix Operations
3.5 Perform Basic Matrix Operations Algebra II.
3.8 Matrices L Al-zaid Math1101.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Presentation transcript:

Properties of Inverse Matrices King Saud University

Definition Last time we said the the inverse of an n by n matrix A is an n by n matrix B where, AB = BA = I n. We also talked about how to find the inverse of a matrix and said that not all matrices have inverses (some are singular) so won’t review that here.

Properties of Inverses 1. If A is an invertible matrix then its inverse is unique. 2. (A -1 ) -1 = A. 3. (A k ) -1 = (A -1 ) k ( we will denote this as A -k ) 4. (cA) -1 = (1/c)A -1, c ≠ ( A T ) -1 = (A -1 ) T.

Some theorems involving Inverses 1. If A and B are invertible matrices then, (AB) -1 = B -1 A If C is an invertible matrix then the following properties hold. a) If AC = BC then A = B. b) If CA = CB then A = B. 3. If A is an invertible matrix, then the system of equations Ax = b has a unique solution given by x = A -1 b.

Elementary Matrices An n by n matrix is called an elementary matrix if it can be obtained from I n by a single elementary row operation. These matrices allow us to do row operations with matrix multiplication.

Representing Elementary Row Operations Theorem: Let E be the elementary matrix obtained by performing an elementary row operation on I n. If that same row operation is performed on an m by n matrix A, then the resulting matrix is given by the product EA.

Row equivalent matrices Let A and B be m by n matrices. Matrix B is row equivalent to A if there exists a finite number of elementary matrices E 1, E 2,... E k such that B = E k E k-1... E 2 E 1 A.