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.

Slides:



Advertisements
Similar presentations
3.4 Inverse Functions & Relations
Advertisements

Identity and Inverse Matrices
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Section 1.7 Diagonal, Triangular, and Symmetric Matrices.
The Inverse of a Matrix (10/14/05) If A is a square (say n by n) matrix and if there is an n by n matrix C such that C A = A C = I n, then C is called.
Determinants (10/18/04) We learned previously the determinant of the 2 by 2 matrix A = is the number a d – b c. We need now to learn how to compute the.
Finding the Inverse of a Matrix
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Table of Contents Matrices - Inverse of a 2  2 Matrix To find the inverse of a 2  2 matrix, use the following pattern. Let matrix A be given by... Then.
4.3 The Inverse of a Matrix Warm-up (IN)
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.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
 Definition: An Identity Matrix is a square matrix that, when multiplied by another matrix, equals the same matrix.  Form: In the Identity Matrix the.
Determinants In this chapter we will study “determinants” or, more precisely, “determinant functions.” Unlike real-valued functions, such as f(x)=x 2,
Section 2.4 A Combinatorial Approach to Determinants.
4.6 Matrix Equations and Systems of Linear Equations In this section, you will study matrix equations and how to use them to solve systems of linear equations.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
2.5 - Determinants & Multiplicative Inverses of Matrices.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 1.
Warm Up. Inverse Matrices Three main topics today Identity Matrix Determinant Inverse Matrix.
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Chapter 4 Section 4: Inverse and Identity Matrices 1.
EXAMPLE 3 Find the inverse of a 3 × 3 matrix Use a graphing calculator to find the inverse of A. Then use the calculator to verify your result. 2 1 – 2.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
4.3 Determinants and Cramer’s rule How do you find the determinant of a matrix? How do you find the area of a triangle given 3 sets of coordinates? How.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
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.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
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.5 Determinants and Multiplicative Inverses of Matrices. Objectives: 1.Evaluate determinants. 2.Find the inverses of matrices. 3.Solve systems of equations.
MATRICES Operations with Matrices Properties of Matrix Operations
2.5 – Determinants and Multiplicative Inverses of Matrices.
Worksheet Answers Matrix worksheet And Matrices Review.
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
College Algebra Chapter 6 Matrices and Determinants and Applications
PreCalculus Section 14.3 Solve linear equations using matrices
12-4: Matrix Methods for Square Systems
What would happen to this problem if there weren’t parentheses?
Chapter 4 Systems of Linear Equations; Matrices
Copyright © 2009 Dan Nettleton
The Inverse of a Square Matrix
10.5 Inverses of Matrices and Matrix Equations
Inverse of a Square Matrix
What would happen to this problem if there weren’t parentheses?
Finding the Inverse of a Matrix
Multiplication of Matrices
Section 7.4 Matrix Algebra.
RECORD. RECORD Gaussian Elimination: derived system back-substitution.
2. Matrix Algebra 2.1 Matrix Operations.
More about Matrices Chapter 4, Sections 5, 7.
Solving Linear Systems Using Inverse Matrices
27. Determinants and Inverses
Inverse & Identity MATRICES Last Updated: October 12, 2005.
INVERSE MATRICES TO SOLVE LINEAR SYSTEMS
MATRICES Operations with Matrices Properties of Matrix Operations
Linear Algebra Lecture 18.
3.8 Use Inverse Matrices to Solve Linear Systems
5 minutes Warm-Up Multiply Matrix A times Matrix B.
Multiplication of Matrices
Linear Algebra review (optional)
Lesson 6: Inverse of Matrices (part 3)
Lesson 4: Inverses of Matrices (part 1)
Matrices - Operations INVERSE OF A MATRIX
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

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 and compute the inverse of a matrix.

Determinants If a matrix is a square matrix, then it can be assigned a number called its determinant. The determinant is denoted by det(A) or.

The determinant of the 2 x 2 matrix is:

Ex 1. Find the determinant of A.

Class Work Find the determinant of A and B

The Identity Matrix The identity matrix, I, is the n x n matrix for which each main diagonal entry is a 1 and for which all other entries are 0.

Identity matrices behave like the number 1 in the sense that A · I n = A and I n · B = B whenever these products are defined.

Inverse of a Matrix. Let A be a square n x n matrix. If there exists an n x n matrix A –1 with the property that AA –1 = A –1 A = I n then we say that A –1 is the inverse of A.

Ex 2. Verify that B is the inverse of A.

Class Work 3. Verify that B is the inverse of A.

Finding the inverse of a 2x2 matrix. If and det(A) ≠ 0, then

Ex 3. Find.

Ex 4. Find.

Class Work Find the inverse of A

Inverse Worksheet 1-15