How to find the inverse of a matrix

Slides:



Advertisements
Similar presentations
BAI CM20144 Applications I: Mathematics for Applications Mark Wood
Advertisements

Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Chapter 2 Matrices Definition of a matrix.
Matrices and Determinants
Intro to Matrices Don’t be scared….
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Section 10.3 – The Inverse of a Matrix No Calculator.
A matrix having a single row is called a row matrix. e.g.,
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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,
Symplectic Group.  The orthogonal groups were based on a symmetric metric. Symmetric matrices Determinant of 1  An antisymmetric metric can also exist.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Unit 6 : Matrices.
2.5 Determinants and Multiplicative Inverses of Matrices Objectives: Evaluate determinants. Find inverses of matrices. Solve systems of equations by using.
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.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
13.1 Matrices and Their Sums
Class Opener:. Identifying Matrices Student Check:
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
SHOP ATVRADIO DAY 153 DAY 278 DAY 345 SHOP BTVRADIO DAY 194 DAY 285 DAY 363 TOTALTVRADIO DAY 1147 DAY DAY 3108 This can be written in matrix form.
2.2 The Inverse of a Matrix. Example: REVIEW Invertible (Nonsingular)
BELL-WORK Solve the system of equations using matrices:
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.
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.
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.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
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.
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.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
College Algebra Chapter 6 Matrices and Determinants and Applications
13.4 Product of Two Matrices
Bell Ringer Riddle: Poor people have it, rich people need it, and if you eat it you will die. What is it?
Matrices and Matrix Solutions
Eigenvalues and Eigenvectors
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Matrices - Addition and Subtraction
Matrix Operations.
Matrix Multiplication
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Matrix Operations.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
2. Matrix Algebra 2.1 Matrix Operations.
Multiplying Matrices.
4.5 Determinants of Matrices
Matrices Elements, Adding and Subtracting
( ) ( ) ( ) ( ) Matrices Order of matrices
Section 2.4 Matrices.
Section 3.3 – The Inverse of a Matrix
Further Matrix Algebra
Determinant of a Matrix
Multiplying Matrices.
Matrix Definitions It is assumed you are already familiar with the terms matrix, matrix transpose, vector, row vector, column vector, unit vector, zero.
Basics of Linear Algebra
3 X 3 DETERMINANTS DIAGONALS METHOD
1.8 Matrices.
Matrix Operations SpringSemester 2017.
Matrices and Determinants
Matrix A matrix is a rectangular arrangement of numbers in rows and columns Each number in a matrix is called an Element. The dimensions of a matrix are.
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

How to find the inverse of a matrix Inverse Matrices (3 x 3) How to find the inverse of a matrix

The minor determinant The minor determinant that corresponds to an element is given by deleting the row and column of the element.

The minor determinant The minor determinant that corresponds to an element is given by deleting the row and column of the element. The minor determinant corresponding to the 5 is 11.

The minor determinant The minor determinant that corresponds to an element is given by deleting the row and column of the element. The minor determinant corresponding to the -3 is 2.

The minor determinant The minor determinant that corresponds to an element is given by deleting the row and column of the element. The minor determinant corresponding to the 8 is 7.

Finding Inverses 3x3 An algorithm can be followed to find the inverse of a 3x3 matrix, M. Find the matrix of minor determinants. Alter the signs of the minors which don’t lie on the diagonals. Transpose Divide by det(M)

Finding Inverses 3x3 (Example) Make sure non-singular. Find the matrix of minor determinants. Alter the signs of the minors which don’t lie on the diagonals. Transpose Divide by det(M)