Matrices - Operations INVERSE OF A MATRIX

Slides:



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

Section 13-4: Matrix Multiplication
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Section 1.7 Diagonal, Triangular, and Symmetric Matrices.
MATRICES. EXAMPLES:
3_3 An Useful Overview of Matrix Algebra
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
Chapter 2 Matrices Definition of a matrix.
Economics 2301 Matrices Lecture 13.
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.
Chapter 3 The Inverse. 3.1 Introduction Definition 1: The inverse of an n  n matrix A is an n  n matrix B having the property that AB = BA = I B is.
Intro to Matrices Don’t be scared….
Applications of matrices and determinants
Table of Contents Matrices - Inverse Matrix Definition The inverse of matrix A is a matrix A -1 such that... and Note that... 1) For A to have an inverse,
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
1 Operations with Matrice 2 Properties of Matrix Operations
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Mathematics.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
MAT 2401 Linear Algebra 2.3 The Inverse of a Matrix
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 4.
Matrix Determinants and Inverses
Find inverse and determinants of matrices. A -1 is the inverse of A A x A -1 = I.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
2.5 Determinants and Multiplicative Inverses of Matrices Objectives: Evaluate determinants. Find inverses of matrices. Solve systems of equations by using.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
CW Matrix Division We have seen that for 2x2 (“two by two”) matrices A and B then AB  BA To divide matrices we need to define what we mean by division!
Co. Chapter 3 Determinants Linear Algebra. Ch03_2 Let A be an n  n matrix and c be a nonzero scalar. (a)If then |B| = …….. (b)If then |B| = …..... (c)If.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Section 1.4 Inverses; Rules of Matrix Arithmetic.
Section 1.3 Properties. Properties of Equality Reflexive Property: a=a Symmetric Property: If 3=x, then x=3 Transitive Property: If x=y and y=4 then x=4.
Properties of Inverse Matrices King Saud University.
1. x = x = x = x = x = x = x = x = x = x = x = x = 4 Story Problems.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
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.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
2.2 The Inverse of a Matrix. Example: REVIEW Invertible (Nonsingular)
Goal: Find sums, differences, products, and inverses of matrices.
MATRICES Operations with Matrices Properties of Matrix Operations
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Use Inverse Matrices to Solve Linear Systems Objectives 1.To find the inverse of a square matrix 2.To solve a matrix equation using inverses 3.To solve.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
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.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
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.
Matrices Introduction.
College Algebra Chapter 6 Matrices and Determinants and Applications
Matrices.
Linear Algebra Lecture 2.
Properties of Operations
L8 inverse of the matrix.
Finding the Inverse of a Matrix
Properties of Real Numbers
Section 7.4 Matrix Algebra.
Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
Determinant of a Matrix
MATRICES Operations with Matrices Properties of Matrix Operations
Section 9.5 Inverses of Matrices
Matrix Algebra.
Determinant Of matrices.
Matrices - Operations ADJOINT MATRICES
Properties of Numbers Review Problems.
Presentation transcript:

Matrices - Operations INVERSE OF A MATRIX Consider a scalar k. The inverse is the reciprocal or division of 1 by the scalar. Example: k=7 the inverse of k or k-1 = 1/k = 1/7 Division of matrices is not defined since there may be AB = AC while B = C Instead matrix inversion is used. The inverse of a square matrix, A, if it exists, is the unique matrix A-1 where: AA-1 = A-1 A = I

Matrices - Operations Example: A= Because:

Matrices - Operations Properties of the inverse: A square matrix that has an inverse is called a nonsingular matrix A matrix that does not have an inverse is called a singular matrix Square matrices have inverses except when the determinant is zero When the determinant of a matrix is zero the matrix is singular