CALCULUS – II Inverse Matrix by Dr. Eman Saad & Dr. Shorouk Ossama.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

CHAPTER 1 Section 1.6 إعداد د. هيله العودان (وضعت باذن معدة العرض)
Matrices & Systems of Linear Equations
Lecture 6 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Lecture 15 Recursive and Iterative Formula for Determinants Shang-Hua Teng.
Matrices and Systems of Equations
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.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
CALCULUS – II Matrix Multiplication by Dr. Eman Saad & Dr. Shorouk Ossama.
Applications of matrices and determinants
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
259 Lecture 14 Elementary Matrix Theory. 2 Matrix Definition  A matrix is a rectangular array of elements (usually numbers) written in rows and columns.
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
Mathematics.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
 Row and Reduced Row Echelon  Elementary Matrices.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
Systems of Linear Equation and Matrices
CALCULUS – II Gauss Elimination
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
CHAPTER 1 Section 1.4 إعداد د. هيله العودان (وضعت باذن معدة العرض )
Chapter 4 Matrices By: Matt Raimondi.
Matrix Determinants and Inverses
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.
Unit 6 : Matrices.
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.
Unit 3: Matrices.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Unit 39 Matrices Presentation 1Matrix Additional and Subtraction Presentation 2Scalar Multiplication Presentation 3Matrix Multiplication 1 Presentation.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES Read pp Stop at “Inverse of a Matrix” box.
CALCULUS – III Matrix Operation by Dr. Eman Saad & Dr. Shorouk Ossama.
2x2 Matrices, Determinants and Inverses
Properties of Inverse Matrices King Saud University.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
2.5 Determinants and Multiplicative Inverses of Matrices. Objectives: 1.Evaluate determinants. 2.Find the inverses of matrices. 3.Solve systems of equations.
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.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Matrices Presentation by : Miss Matkar Pallavi. P.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
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.
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
College Algebra Chapter 6 Matrices and Determinants and Applications
The Inverse of a Square Matrix
MATHEMATICS Linear Equations
MATHEMATICS Matrix Algebra
MATHEMATICS Matrix Multiplication
ECON 213 Elements of Mathematics for Economists
Basic Matrix Operations
Section 7.4 Matrix Algebra.
Matrix Algebra.
Elementary Matrix Methid For find Inverse
Multiplicative Inverses of Matrices and Matrix Equations
Section 8.4 Matrix Algebra
Section 11.4 Matrix Algebra
Matrix Algebra.
1.8 Matrices.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

CALCULUS – II Inverse Matrix by Dr. Eman Saad & Dr. Shorouk Ossama

References  Robert Wrede and Murrary R. Spiegel, Theory and Problems of Advanced Calculas, 2 nd Edition, 2002.

Inverse Matrix : If A is a square matrix, and if a matrix B of the same size can be found such that AB = BA = I, then A is said to be invertible and B is called an inverse of A.

a 11 x 1 + a 12 x 2 = d 1 a 21 x 1 + a 22 x 2 = d 2 These are linear equations in the unknowns x 1, x 2. Where: A X = d Thus:

To get the value for X 1 & X 2 Eliminate x 2 by multiplying the first equation by a 22 and the second equation by a 12 then subtracting the two equations so that: (a 11 a 22 - a 21 a 12 ) x 1 = a 22 d 1 - a 12 d 2 Similarly, elimination of x 1 leads to: - (a 11 a 22 - a 21 a 12 ) x 2 = a 21 d 1 - a 11 d 2

It follows that: Where: ( a 11 a 22 - a 21 a 12 ) not equal to Zero

If AX = d is multiplied on the left by the inverse A -1, then: A -1 A X = A -1 d І X = A -1 d X = A -1 d Hence A -1 can be identified with the matrix C.

To get the value of A -1 where A = Where: det A (is the determinate of the matrix A), if det A = 0, then the matrix has no inverse Said to be Singular If det A ≠ 0, then the matrix has inverse Said to be non- Singular

det A = o det A ≠ o No InverseSingular Has InverseNon-Singular

The matrix A= is invertible if ad-bc≠ 0, in witch case the inverse is given by the formula abcdabcd

Example: Consider the matrices we obtain: Also Therefore, (AB) -1 = B -1 A -1 ?

If A is an invertible matrix, then: (a) Aˉ¹ is invertible and ( Aˉ¹ ) ˉ¹ = A (b) A ⁿ is invertible and ( A ⁿ ) ˉ¹ = ( Aˉ¹ ) ⁿ for n=0,1,2,… (c) For any nonzero scalar k, the matrix kA is invertible and ( kA ) ˉ¹ = (1/ k) Aˉ¹ (d) (AB) -1 = B -1 A -1

Example: Let A and Aˉ¹ :

Example: If A= Then

(A T )ˉ¹ = (A ˉ¹) T Example: Consider the matrices =

For the inverse of a 3x3 matrix we can adopt the same approach as for the 2x2 case by eliminating x 1, x 2,….. Successively between the set of equations AX = d or : a 11 x 1 + a 12 x 2 + a 13 x 3 = d 1 a 21 x 1 + a 22 x 2 + a 23 x 3 = d 2 a 31 x 1 + a 32 x 2 + a 33 x 3 = d 3

Where:

Example: Find A -1 where: We first find det A: det A = 2 x [(-1) x 2 – (-1) x 5 ] -1 x [1 x 2 – (-1) x 5] + 0 x [1x (-1) – (-1) x (-10)] = 2 x x 7 = -1 Then get : A -1 = (1/det A) * [adj matrix] +-+

a = + ( -1 x 2 ) – ( -1 x 5 ) e = + ( 2 x 2 ) – ( -1 x 0 ) h = - [( 2 x 5 ) – ( 1 x 0 )] Thus:

Example: Find the inverse of Solution [ A ¦ I ] [ I ¦ Aˉ¹ ] The computations are as follows:

We added -2 times the first row to the second -2R 1 +R 2 and -1 times the first row to the third -R 1 +R 3

We added 2 times the second row to the third 2R 2 +R 3 We multiplied the third row by -1 -R 3

We added 3 times the third row to the second and - 3 times the third row to the first. We added -2 times the second row to the first -2R 2 +R 1

If we have any system: x + 3y = 1 x – 5y = 4 So: Multiply from left by A -1 A -1 A X = A -1 B X = A -1 B 1.Get A -1 2.Multiply A -1 by B 3.These are x and y A X = B

Example: Verify by direct multiplication that has the inverse matrix And then check the matrix product BA = I Hence B = A -1

Thanks