4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

4.1 Introduction to Matrices
Section 13-4: Matrix Multiplication
Identity and Inverse Matrices
Maths for Computer Graphics
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
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.
Finding the Inverse of a Matrix
CE 311 K - Introduction to Computer Methods Daene C. McKinney
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.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
Chapter 4 Matrices By: Matt Raimondi.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Inverse & Identity Matrices
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Unit 6 : Matrices.
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.
Unit 3: Matrices.
Holt Algebra Multiplying Matrices In Lesson 4-1, you multiplied matrices by a number called a scalar. You can also multiply matrices together. The.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Sec 4.1 Matrices.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
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.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
(4-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
MATRICES MATRIX Multiplication. Warm-up Subtract (don’t forget to KCC):
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
MTH108 Business Math I Lecture 20.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
Christmas Packets are due on Friday!!!
Chapter 7 Matrix Mathematics
1.5 Matricies.
Finding the Inverse of a Matrix
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Multiplication of Matrices
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
Warm-up a. Solve for k: 13 −5
MATRICES MATRIX OPERATIONS.
2. Matrix Algebra 2.1 Matrix Operations.
Solving Linear Systems Using Inverse Matrices
MATRICES MATRIX OPERATIONS.
Unit 3: Matrices
Objectives Multiply two matrices.
Matrices Introduction.
Presented By Farheen Sultana Ist Year I SEM
Multiplying Matrices.
Matrix Algebra.
3.5 Perform Basic Matrix Operations
3.6 Multiply Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Multiplication
Lesson 4: Inverses of Matrices (part 1)
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

4.4 Identify and Inverse Matrices Algebra 2

Learning Target I can find and use inverse matrix.

Introduction There are certain properties of real numbers that are related to special matrices. Remember that 1 is the identity for multiplication because 1 ∙ a = a ∙ 1 = a. The identity matrix is a square matrix that, when multiplied by another matrix, equals that same matrix.

With a 2 x 2 matrices, is the identity matrix because and The identity matrix is symbolized by I. In any identity matrix, the principal diagonal extends from upper left to lower right and consists only of 1’s

Identity Matrix for Multiplication(The rule) The identity matrix I for multiplication is a square matrix with a 1 for every element of the principal diagonal and a 0 in all other positions.

Ex. 1: Find I so that In order for you to multiply the matrices, remember that the number of columns of the first matrix must equal the number of rows in the second one. The dimensions of the first matrix are 2 x 3. So I must have 3 rows. Since all identity matrices are square, it also has 3 columns. The principal diagonal contains 1’s. Complete the matrix with 0’s The 3 x 3 identity matrix is

Next Another property of real numbers is that any real numbers is that any real number except 0 has a multiplicative inverse. That is 1/a is the multiplicative inverse of a because a ∙ 1/a = 1/a ∙a = 1. Likewise, if matrix A has an inverse named A -1, then A ∙ A -1 = A -1 ∙ A = I. The following example shows how a 2 x 2 matrix can be found.

Inverse form for a 2 x 2 For any matrix M, will have an inverse M -1 If an only if Then M -1 =

Ex. 3: If A =, find A -1 and check your results Compute the value of the determinant. Since the determinant does not equal 0, A -1 exists. Check:

Assignment Pg. 227 #6-24 Pg