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.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
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 Operations. Matrix Notation Example Equality of Matrices.
Section 9.6 Determinants and Inverses Objectives To understand how to find a determinant of a 2x2 matrix. To understand the identity matrix. Do define.
Warm-up 23-1 A = 0-54 B = C = 9 4 D = Find 8A 2. Find AC 3. Find CD 4. Find BD.
Finding the Inverse of a Matrix
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
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.
Chapter 2 Solving Linear Systems Matrix Definitions –Matrix--- Rectangular array/ block of numbers. –The size/order/dimension of a matrix: (The numbers.
1.4 Inverses; Rules of Matrix Arithmetic. Properties of Matrix Operations For real numbers a and b,we always have ab=ba, which is called the commutative.
MAT 2401 Linear Algebra 2.3 The Inverse of a Matrix
CHAPTER 1 Section 1.4 إعداد د. هيله العودان (وضعت باذن معدة العرض )
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrix Determinants and Inverses
Chapter 2 Systems of Linear Equations and Matrices
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Ch X 2 Matrices, Determinants, and Inverses.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
13.5 P ROPERTIES OF M ATRIX M ULTIPLICATION. W ARM -U P Use the following matrices to find 1 and 2 and 1. AB 2. BA.
Properties of Equality, Identity, and Operations September 11, 2014 Essential Question: Can I justify solving an equation using mathematical properties?
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.
Properties of Addition and Multiplication. Commutative Property In the sum you can add the numbers in any order. a+b = b+a In the product you can multiply.
Properties of Real Numbers List of Properties of Real Numbers Commutative Associative Distributive Identity Inverse.
2 x 2 Matrices, Determinants, and Inverses.  Definition 1: A square matrix is a matrix with the same number of columns and rows.  Definition 2: For.
Properties of Real Numbers 1.Objective: To apply the properties of operations. 2.Commutative Properties 3.Associative Properties 4.Identity Properties.
Multiplicative inverse and solving matrix equations
Section 1.4 Inverses; Rules of Matrix Arithmetic.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
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.
Properties of Inverse Matrices King Saud University.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
PROPERTIES OF REAL NUMBERS. COMMUTATIVE PROPERTY OF ADDITION What it means We can add numbers in any order Numeric Example Algebraic Example
4-5 – 2x2 Matrices, Determinants, & Inverses. Objectives Evaluating Determinants of 2x2 Matrices Using Inverse Matrices to Solve Equations.
Goal: Find sums, differences, products, and inverses of matrices.
MATRICES Operations with Matrices Properties of Matrix Operations
Chapter 4 Section 5 and 6 Finding and Using Inverses Algebra 2 Notes February 26, 2009.
Solving Linear Equations with Justification of Properties.
Properties of Real Numbers CommutativeAssociativeDistributive Identity + × Inverse + ×
2.5 – Determinants and Multiplicative Inverses of Matrices.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
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.
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.
Linear Algebra Lecture 2.
1.4 Inverses; Rules of Matrix Arithmetic
Rules of Matrix Arithmetic
10.5 Inverses of Matrices and Matrix Equations
Finding the Inverse of a Matrix
Multiplication of Matrices
Properties of Real Numbers
Solving Matrix equations
Properties of Real Numbers
6.2/6.3: Properties of Parallelograms
Matrix Algebra.
Properties of Real Numbers
2.1 Properties of Real Numbers
Properties of Real Numbers
Properties of Real Numbers
Lesson 55 - Inverse of Matrices & Determinants
Inverse & Identity MATRICES Last Updated: October 12, 2005.
Properties of Real Numbers
Properties of Real Numbers
MATRICES Operations with Matrices Properties of Matrix Operations
3.8 Use Inverse Matrices to Solve Linear Systems
Matrix Definitions It is assumed you are already familiar with the terms matrix, matrix transpose, vector, row vector, column vector, unit vector, zero.
Matrix Algebra.
Multiplication of Matrices
Properties of Real Numbers
Properties of Real Numbers
Presentation transcript:

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 I 1, I 2, I 3, I 4 … are multiplicative identity matrix. Pay attention that (I m ) n = I m

Definition: A -1 is called the multiplicative inverse matrix for any square matrix A if A.A -1 = A -1.A = I Inverse of Matrix (2×2): Let’s find the multiplicative inverse of the matrix A=

The other way to find the inverse matrix of is assume that

We also notice that A -1 exists provided ad – bc ≠ 0, otherwise would be undefined. If ad – bc ≠ 0, we say that A is invertible. Now, find the multiplicative inverse of A=,

Example: 1.If A = is not invertible, what is the value of x?

Example: is not invertible. Find the value of x.

Example: and are givens. Find the value of x.

Example: A= is given. If the inverse of the matrix A is equal to the matrix A find the value of a.

Example: and are givens. Find which justifies A.X=B

If A.X=B, how can we find X using matrices only? By using the definition,……………………………………………………… ……………………………………………………… With the same idea X.A = B => (X.A).A -1 =B.A -1 X(A.A -1 )= B.A -1 X=B.A -1

Other properties of inverse: (A.B) -1 = B -1.A -1 (A -1 ) -1 =A (A n ) -1 = (A -1 ) n

Example: A= and B= Find (A -1.B) -1

Example: If B. C -1 = A then find the matrix C.

Example: If