F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.

Slides:



Advertisements
Similar presentations
Determinant The numerical value of a square array of numbers that can be used to solve systems of equations with matrices. Second-Order Determinant (of.
Advertisements

4.1 Introduction to Matrices
Identity and Inverse Matrices
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Inverses of n x n Matrices. The Inverse Matrix If A is an n x n matrix, the inverse of A (call it A -1 ) is the matrix such that A * A -1 is equal to.
Finding the Inverse of a Matrix
4.7 Identity and Inverse Matrices. What is an identity? In math the identity is the number you multiply by to have equivalent numbers. For multiplication.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
4.5, x 2 and 3 x 3 Matrices, Determinants, and Inverses Date: _____________.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
Using Matrices to Solve Systems of Equations Matrix Equations l We have solved systems using graphing, but now we learn how to do it using matrices.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
4.7 Identity and Inverse Matrices
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 4.
Matrix Determinants and Inverses
Identity and Inverse Matrices. Key Topics Identity matrix: a square matrix, multiplied with another matrix doesn’t change the other matrix (just like.
Chapter 2 Systems of Linear Equations and Matrices
2.5 - Determinants & Multiplicative Inverses of Matrices.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
Inverse & Identity Matrices
8.1 Matrices & Systems of Equations
Lesson 7.6 & 7.7 Inverses of a Square Matrix & Determinant.
Ch X 2 Matrices, Determinants, and Inverses.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Unit 6 : Matrices.
4.7 Identity and Inverse Matrices and Solving Systems of Equations Objectives: 1.Determine whether two matrices are inverses. 2.Find the inverse of a 2x2.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Identity What number is the multiplication identity for real numbers? For matrices, n x n--square matrices, has 1’s on main diagonal and zeros elsewhere.
Unit 3: Matrices.
 1 is the multiplicative identify for real #’s : 1· a=a and a· 1 = a  For matrices n X n, the identity matrix has 1’s on its main diagonals and 0’s.
Chapter 4 Section 4: Inverse and Identity Matrices 1.
Class Opener:. Identifying Matrices Student Check:
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
2x2 Matrices, Determinants and Inverses
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.
4-5 – 2x2 Matrices, Determinants, & Inverses. Objectives Evaluating Determinants of 2x2 Matrices Using Inverse Matrices to Solve Equations.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
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. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
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.
Chapter 4 Systems of Linear Equations; Matrices
College Algebra Chapter 6 Matrices and Determinants and Applications
Determinants.
The Inverse of a Square Matrix
Finding the Inverse of a Matrix
Matrix Algebra.
MATRICES MATRIX OPERATIONS.
Determinants and Multiplicative Inverses of Matrices
MATRICES MATRIX OPERATIONS.
Unit 3: Matrices
3.8 Use Inverse Matrices to Solve Linear Systems
Matrix Algebra.
Chapter 4 Systems of Linear Equations; Matrices
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrices - Operations INVERSE OF A MATRIX
Chapter 4 Systems of Linear Equations; Matrices
Presentation transcript:

F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1

A review of the Identity For real numbers, what is the additive identity? Zero…. Why? Because for any real number b, 0 + b = b What is the multiplicative identity? 1 … Why? Because for any real number b, 1 * b = b

Identity Matrices The identity matrix is a square matrix (same # of rows and columns) that, when multiplied by another matrix, equals that same matrix If A is any n x n matrix and I is the n x n Identity matrix, then A * I = A and I *A = A

Examples The 2 x 2 Identity matrix is: The 3 x 3 Identity matrix is: Notice any pattern? Most of the elements are 0, except those in the diagonal from upper left to lower right, in which every element is 1!

Inverse review Recall that we defined the inverse of a real number b to be a real number a such that a and b combined to form the identity For example, 3 and -3 are additive inverses since = 0, the additive identity Also, -2 and – ½ are multiplicative inverses since (- 2) *(- ½ ) = 1, the multiplicative identity

Matrix Inverses Two n x n matrices are inverses of each other if their product is the identity Not all matrices have inverses (more on this later) Often we symbolize the inverse of a matrix by writing it with an exponent of (-1) For example, the inverse of matrix A is A -1 A * A -1 = I, the identity matrix.. Also A -1 *A = I To determine if 2 matrices are inverses, multiply them and see if the result is the Identity matrix!

Example 7-1a Determine whether X and Y are inverses. Check to see if X Y = I. Write an equation. Matrix multiplication

Example 7-1b Now find Y X. Matrix multiplication Write an equation. Answer: Since X Y = Y X = I, X and Y are inverses.

Example 7-1c Determine whether P and Q are inverses. Check to see if P Q = I. Write an equation. Matrix multiplication Answer: Since P Q  I, they are not inverses.

Example 7-1d Determine whether each pair of matrices are inverses. a. b. Answer: no Answer: yes

Inverse of a number When we are talking about our natural numbers, the inverse of a number is it’s reciprocal. When we multiply a number by it’s inverse we get 1. For example:

Inverse of a matrix What do you think we would get if we multiplied a matrix by it’s inverse? Try it on your calculator. A matrix multiplied by its inverse always gives us an identity matrix.

Not all matrices have an inverse. If the determinant of a matrix is 0, then it has no inverse and is said to be SINGULAR. All others are said to be NON-SINGULAR

Finding Inverses 2x2 Let A -1 = Multiplying out gives.. Can you solve these to work out A -1 ? So AA -1 = I